Fix breakage
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=751220
This commit is contained in:
parent
e4665a938a
commit
94170b9e65
3
applet.h
3
applet.h
@ -68,6 +68,7 @@ class PLASMA_EXPORT Applet : public Widget
|
|||||||
Q_PROPERTY( bool needsConfiguring READ needsConfiguring WRITE setNeedsConfiguring )
|
Q_PROPERTY( bool needsConfiguring READ needsConfiguring WRITE setNeedsConfiguring )
|
||||||
Q_PROPERTY( QRectF boundingRect READ boundingRect )
|
Q_PROPERTY( QRectF boundingRect READ boundingRect )
|
||||||
Q_PROPERTY( QRectF geometry READ geometry WRITE setGeometry )
|
Q_PROPERTY( QRectF geometry READ geometry WRITE setGeometry )
|
||||||
|
Q_PROPERTY( bool shouldConserveResources READ shouldConserveResources )
|
||||||
|
|
||||||
public:
|
public:
|
||||||
typedef QList<Applet*> List;
|
typedef QList<Applet*> List;
|
||||||
@ -404,7 +405,7 @@ class PLASMA_EXPORT Applet : public Widget
|
|||||||
*
|
*
|
||||||
* @return true if it should conserve resources, false if it does not.
|
* @return true if it should conserve resources, false if it does not.
|
||||||
*/
|
*/
|
||||||
Q_PROPERTY bool shouldConserveResources() const;
|
bool shouldConserveResources() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the icon related to this applet
|
* Returns the icon related to this applet
|
||||||
|
Loading…
Reference in New Issue
Block a user