From ca39ab0b44b27021d4aa04644c368d1cd02fb0fb Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Fri, 22 Nov 2019 21:35:49 +0100 Subject: [PATCH] Fixed comment in DockWidget.h --- src/DockWidget.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/DockWidget.h b/src/DockWidget.h index 32152db..c276f6f 100644 --- a/src/DockWidget.h +++ b/src/DockWidget.h @@ -250,7 +250,8 @@ public: 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; @@ -392,13 +393,13 @@ public: QSize toolBarIconSize(eState State) const; - #ifndef QT_NO_TOOLTIP +#ifndef QT_NO_TOOLTIP /** * This is function sets text tooltip for title bar widget * and tooltip for toggle view action */ void setTabToolTip(const QString &text); - #endif +#endif public: // reimplements QFrame ----------------------------------------------- /**