aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/applicationextension/mextensionhandle.h
diff options
context:
space:
mode:
authorSachin Kundu <ext-sachin.kundu@nokia.com>2010-12-10 12:49:36 +0200
committerSachin Kundu <ext-sachin.kundu@nokia.com>2010-12-10 12:49:36 +0200
commitf891042021f2593d74c33de175f2c76077355649 (patch)
tree9978bde5ba22cc952a9ea278cb9d4033b26045f9 /src/extensions/applicationextension/mextensionhandle.h
parent67aab107e8d6419c339a6cab4f2926eee0c51327 (diff)
Fixes: NB#208330 - meegotouchhome process causing high wakeups when device is in idle state
RevBy: Vesa Halttunen, Pauli Lehtinen
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();