qproperty showing

svn path=/trunk/KDE/kdelibs/; revision=1039731
This commit is contained in:
Marco Martin 2009-10-24 13:22:43 +00:00
parent 10a5e3e90c
commit 6ae5d1bc1c

View File

@ -39,6 +39,7 @@ class PLASMA_EXPORT AbstractToolBox : public QGraphicsWidget
{
Q_OBJECT
Q_INTERFACES(QGraphicsItem)
Q_PROPERTY(bool showing READ isShowing WRITE setShowing )
public:
explicit AbstractToolBox(Containment *parent);