aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/applicationextension/mextensionhandle_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions/applicationextension/mextensionhandle_p.h')
-rw-r--r--src/extensions/applicationextension/mextensionhandle_p.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/extensions/applicationextension/mextensionhandle_p.h b/src/extensions/applicationextension/mextensionhandle_p.h
index c1e3cba4..2e9a2288 100644
--- a/src/extensions/applicationextension/mextensionhandle_p.h
+++ b/src/extensions/applicationextension/mextensionhandle_p.h
@@ -30,6 +30,10 @@
class MAction;
+#ifdef HAVE_CONTEXTSUBSCRIBER
+class ContextProperty;
+#endif
+
/*!
* A private data class for MExtensionHandle.
*/
@@ -91,6 +95,11 @@ public:
//! A list of remote actions
QList<MAction *> remoteActions;
+#ifdef HAVE_CONTEXTSUBSCRIBER
+ //! Context property for getting the screen blanking status
+ ContextProperty *screenBlankProperty;
+#endif
+
//! D-Bus service of the Package Manager
static const QString PACKAGE_MANAGER_DBUS_SERVICE;