homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappsettingsstate.h
changeset 90 3ac3aaebaee5
parent 69 87476091b3f5
equal deleted inserted replaced
86:e4f038c420f7 90:3ac3aaebaee5
    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);