homescreenapp/hsapplication/inc/hsstatemachine.h
changeset 85 35368b604b28
parent 77 4b195f3bea29
child 96 458d8c8d9580
--- a/homescreenapp/hsapplication/inc/hsstatemachine.h	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/hsapplication/inc/hsstatemachine.h	Thu Sep 02 20:17:27 2010 +0300
@@ -54,7 +54,7 @@
 private:
     Q_DISABLE_COPY(HsStateMachine)
 
-
+    void startDialer();
     void registerAnimations();
     void createStatePublisher();
     void createContentServiceParts();
@@ -74,6 +74,7 @@
 	bool mHomeScreenActive;
 	bool mIdleStateActive;
     bool mEndKeyCaptured;
+    bool mSendKeyCaptured;
 
 	QValueSpacePublisher *mPublisher;