add a zoom icon

used for the panel controls
This commit is contained in:
Marco Martin 2014-02-13 11:50:49 +01:00
parent 978b97e276
commit 5c6077c728
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -31,6 +31,7 @@ class PLASMAQUICK_EXPORT PlasmaQuickView : public QQuickView
{
Q_OBJECT
Q_PROPERTY(Plasma::Types::Location location READ location WRITE setLocation NOTIFY locationChanged)
Q_PROPERTY(Plasma::Types::FormFactor formFactor READ formFactor NOTIFY formFactorChanged)
Q_PROPERTY(QRectF screenGeometry READ screenGeometry NOTIFY screenGeometryChanged)
public: