homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsmenuworkerstate.h
changeset 86 e4f038c420f7
parent 51 4785f57bf3d4
equal deleted inserted replaced
81:7dd137878ff8 86:e4f038c420f7
    45 private:
    45 private:
    46 
    46 
    47     void construct();
    47     void construct();
    48 
    48 
    49     template<class T>
    49     template<class T>
    50     T *createChildState(HsMenuEvent::OperationType operation);
    50     T *createChildState(HsMenuEvent::OperationType operation, 
    51 
    51             QState* parentState, QState* initialState);
    52 private:
       
    53 
       
    54     QState *mInitialState;
       
    55 
    52 
    56 };
    53 };
    57 
    54 
    58 #endif //HSMenuWorkerState_H
    55 #endif //HSMenuWorkerState_H