Fixed documentation of toolBarIconSize() function of DockWidget

This commit is contained in:
Uwe Kindler 2020-03-25 14:23:27 +01:00
parent 1c2383f8eb
commit 37d305e50d

View File

@ -346,13 +346,10 @@ public:
QIcon icon() const; QIcon icon() const;
/** /**
* If the WithToolBar layout flag is enabled, then this function returns
* the dock widget toolbar. If the flag is disabled, the function returns
* a nullptr.
* This function returns the dock widget top tool bar. * This function returns the dock widget top tool bar.
* If no toolbar is assigned, this function returns nullptr. To get a vaild * If no toolbar is assigned, this function returns nullptr. To get a vaild
* toolbar you either need to create a default empty toolbar via * toolbar you either need to create a default empty toolbar via
* createDefaultToolBar() function or you need to assign you custom * createDefaultToolBar() function or you need to assign your custom
* toolbar via setToolBar(). * toolbar via setToolBar().
*/ */
QToolBar* toolBar() const; QToolBar* toolBar() const;