We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2383f commit 37d305eCopy full SHA for 37d305e
src/DockWidget.h
@@ -346,13 +346,10 @@ private slots:
346
QIcon icon() const;
347
348
/**
349
- * If the WithToolBar layout flag is enabled, then this function returns
350
- * the dock widget toolbar. If the flag is disabled, the function returns
351
- * a nullptr.
352
* This function returns the dock widget top tool bar.
353
* If no toolbar is assigned, this function returns nullptr. To get a vaild
354
* toolbar you either need to create a default empty toolbar via
355
- * createDefaultToolBar() function or you need to assign you custom
+ * createDefaultToolBar() function or you need to assign your custom
356
* toolbar via setToolBar().
357
*/
358
QToolBar* toolBar() const;
0 commit comments