export Q_PROPERTY, live happy

svn path=/trunk/KDE/kdelibs/; revision=1098949
This commit is contained in:
Marco Martin 2010-03-04 18:38:21 +00:00
parent 34598aa9f1
commit 6d8783b5e8

View File

@ -87,6 +87,7 @@ class PLASMA_EXPORT IconWidget : public QGraphicsWidget
Q_PROPERTY(QColor textBackgroundColor READ textBackgroundColor WRITE setTextBackgroundColor)
Q_PROPERTY(QSizeF iconSize READ iconSize)
Q_PROPERTY(QString svg READ svg WRITE setSvg)
Q_PROPERTY(bool drawBackground READ drawBackground WRITE setDrawBackground)
Q_PROPERTY(QAction *action READ action WRITE setAction)
Q_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation)
Q_PROPERTY(int numDisplayLines READ numDisplayLines WRITE setNumDisplayLines)