homescreenapp/stateplugins/hshomescreenstateplugin/inc/hsloadscenestate.h
changeset 51 4785f57bf3d4
parent 35 f9ce957a272c
child 55 03646e8da489
equal deleted inserted replaced
46:23b5d6a29cce 51:4785f57bf3d4
    27 public:
    27 public:
    28     HsLoadSceneState(QState *parent = 0);
    28     HsLoadSceneState(QState *parent = 0);
    29     ~HsLoadSceneState();
    29     ~HsLoadSceneState();
    30 
    30 
    31 signals:
    31 signals:
    32     void event_idle();
    32     void event_history();
    33 
    33 
    34 private slots:
    34 private slots:
    35     void action_loadScene();
    35     void action_loadScene();
    36 
    36 
    37 private:
    37 private: