Add missing svg function

svn path=/trunk/KDE/kdelibs/; revision=981750
This commit is contained in:
Laurent Montel 2009-06-14 09:53:12 +00:00
parent 5dd9e528fa
commit 7f7557b781

View File

@ -59,7 +59,7 @@ class PLASMA_EXPORT IconWidget : public QGraphicsWidget
Q_PROPERTY(QIcon icon READ icon WRITE setIcon)
Q_PROPERTY(QColor textBackgroundColor READ textBackgroundColor WRITE setTextBackgroundColor)
Q_PROPERTY(QSizeF iconSize READ iconSize)
Q_PROPERTY(QString svg WRITE setSvg)
Q_PROPERTY(QString svg READ svg WRITE setSvg)
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)