homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsmenuworkerstate.h
changeset 92 6727c5d0afc7
parent 51 4785f57bf3d4
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
    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