From e9ca1b0f590a23e072e0a9aeeee703224c9a79fd Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 12 Feb 2013 11:05:50 +0100 Subject: [PATCH] itemStatus() is not a slot --- plasma/applet.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plasma/applet.h b/plasma/applet.h index 45b4fde10..9b55ef57f 100644 --- a/plasma/applet.h +++ b/plasma/applet.h @@ -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