itemStatus() is not a slot

This commit is contained in:
Marco Martin 2013-02-12 11:05:50 +01:00
parent 0a623684c0
commit e9ca1b0f59

View File

@ -139,6 +139,12 @@ class PLASMA_EXPORT Applet : public QObject
*/
bool isContainment() const;
/**
* @return the status of the applet
* @since 4.4
*/
ItemStatus status() const;
/**
* Returns the current form factor the applet is being displayed in.
*
@ -619,12 +625,6 @@ class PLASMA_EXPORT Applet : public QObject
*/
virtual void destroy();
/**
* @return the status of the applet
* @since 4.4
*/
ItemStatus status() const;
/**
* sets the status for this applet
* @since 4.4