notify the current index changed

svn path=/trunk/KDE/kdelibs/; revision=1189378
This commit is contained in:
Marco Martin 2010-10-24 21:36:50 +00:00
parent 535be3c4e2
commit 6bc40f06d0

View File

@ -48,7 +48,7 @@ class PLASMA_EXPORT TabBar : public QGraphicsWidget
Q_OBJECT
Q_PROPERTY(KTabBar *nativeWidget READ nativeWidget)
Q_PROPERTY(int currentIndex READ currentIndex WRITE setCurrentIndex)
Q_PROPERTY(int currentIndex READ currentIndex WRITE setCurrentIndex NOTIFY currentChanged)
Q_PROPERTY(int count READ count)
Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet)
Q_PROPERTY(bool tabBarShown READ isTabBarShown WRITE setTabBarShown)