homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp
changeset 51 4785f57bf3d4
parent 35 f9ce957a272c
child 55 03646e8da489
equal deleted inserted replaced
46:23b5d6a29cce 51:4785f57bf3d4
    54 */
    54 */
    55 void HsLoadSceneState::action_loadScene()
    55 void HsLoadSceneState::action_loadScene()
    56 {
    56 {
    57     HsScene::instance()->load();
    57     HsScene::instance()->load();
    58     HsScene::mainWindow()->show();
    58     HsScene::mainWindow()->show();
    59     emit event_idle();
    59     emit event_history();
    60 }
    60 }