aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/applicationextension/mextensionhandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions/applicationextension/mextensionhandle.h')
-rw-r--r--src/extensions/applicationextension/mextensionhandle.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/extensions/applicationextension/mextensionhandle.h b/src/extensions/applicationextension/mextensionhandle.h
index fae9e793..e986bb62 100644
--- a/src/extensions/applicationextension/mextensionhandle.h
+++ b/src/extensions/applicationextension/mextensionhandle.h
@@ -242,6 +242,11 @@ protected slots:
*/
void remoteActionTriggered();
+ /*!
+ * \brief Stops or starts the alive timer depending on the display blanking state
+ */
+ void updateDisplayState();
+
signals:
/*!
* \brief Signals that a pixmap has been taken into use by the runner
@@ -256,6 +261,9 @@ signals:
private:
Q_DECLARE_PRIVATE(MExtensionHandle)
+ //! Initializes the object
+ void initialize();
+
//! Sets the state to BROKEN and restarts if this is the first time
void setBrokenState();