homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappsettingsstate.h
changeset 96 458d8c8d9580
parent 77 4b195f3bea29
equal deleted inserted replaced
92:6727c5d0afc7 96:458d8c8d9580
    42     HsViewAppSettingsState(QState *parent = 0);
    42     HsViewAppSettingsState(QState *parent = 0);
    43 
    43 
    44     virtual ~HsViewAppSettingsState();
    44     virtual ~HsViewAppSettingsState();
    45     
    45     
    46 signals:
    46 signals:
    47     void initialize(const QString &aUid);      
    47     void initialize(const QString &aUid, const QString &aAppName);      
    48     void exit();
    48     void exit();
    49 
    49 
    50 protected:
    50 protected:
    51 
    51 
    52     void onEntry(QEvent *event);
    52     void onEntry(QEvent *event);