From kde-commits Mon Mar 21 18:28:02 2005 From: Kurt Hindenburg Date: Mon, 21 Mar 2005 18:28:02 +0000 To: kde-commits Subject: kdelibs/kdeui Message-Id: <20050321182802.A2CD95F4 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111142971419259 CVS commit by hindenburg: apidox fixes M +4 -1 ktabwidget.h 1.42 --- kdelibs/kdeui/ktabwidget.h #1.41:1.42 @@ -53,4 +53,7 @@ public: */ void setTabColor( QWidget *, const QColor& color ); + /*! + Returns the tab color for the given widget. + */ QColor tabColor( QWidget * ) const; @@ -95,5 +98,5 @@ public: /*! - Return true if the tabbar is hidden. + Returns true if the tabbar is hidden. @since 3.4 */