src/hbcore/gui/hbtoolbar.cpp
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 28 b7da29130b0e
--- a/src/hbcore/gui/hbtoolbar.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbcore/gui/hbtoolbar.cpp	Thu Sep 02 20:44:51 2010 +0300
@@ -58,8 +58,6 @@
     \brief The HbToolBar class provides a widget that gives quick access to commands
     associated with the view.
 
-    organizing a set of commands.
-
     A toolbar provides similar functions to an options menu (HbMenu class). Like an options
     menu, a toolbar represents commands that apply to the entire view and not to individual
     items in the view. However, there are some important differences. A toolbar shows the
@@ -380,6 +378,7 @@
 
     d->setOrientation ( orientation );
     d->minimumToolButtonSize = QSizeF();
+   
 }
 
 /*!