Fixed comment in DockWidget.h

This commit is contained in:
Uwe Kindler 2019-11-22 21:35:49 +01:00
parent de645b3cca
commit ca39ab0b44

View File

@ -250,7 +250,8 @@ public:
QWidget* widget() const; QWidget* widget() const;
/** /**
* Returns the title bar widget of this dock widget * Returns the tab widget of this dock widget that is shown in the dock
* area title bar
*/ */
CDockWidgetTab* tabWidget() const; CDockWidgetTab* tabWidget() const;