homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsmenuworkerstate.h
changeset 92 6727c5d0afc7
parent 51 4785f57bf3d4
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsmenuworkerstate.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsmenuworkerstate.h	Fri Sep 17 08:27:54 2010 +0300
@@ -47,11 +47,8 @@
     void construct();
 
     template<class T>
-    T *createChildState(HsMenuEvent::OperationType operation);
-
-private:
-
-    QState *mInitialState;
+    T *createChildState(HsMenuEvent::OperationType operation, 
+            QState* parentState, QState* initialState);
 
 };