homescreenapp/stateplugins/hshomescreenstateplugin/src/hsloadscenestate.cpp
changeset 77 4b195f3bea29
parent 60 30f14686fb04
child 101 ba1b7e218624
equal deleted inserted replaced
61:2b1b11a301d2 77:4b195f3bea29
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <HbMainWindow>
    18 #include "hsloadscenestate.h"
       
    19 #include "hsscene.h"
       
    20 #include "hsgui.h"
       
    21 
    19 #ifdef Q_OS_SYMBIAN
    22 #ifdef Q_OS_SYMBIAN
    20 #include <XQSettingsManager>
    23 #include <XQSettingsManager>
    21 #include <startupdomainpskeys.h>
    24 #include <startupdomainpskeys.h>
    22 #endif
    25 #endif
    23 #include "hsloadscenestate.h"
    26 
    24 #include "hsscene.h"
       
    25 
    27 
    26 /*!
    28 /*!
    27     \class HsLoadSceneState
    29     \class HsLoadSceneState
    28     \ingroup group_hshomescreenstateplugin
    30     \ingroup group_hshomescreenstateplugin
    29     \brief View part of the home screen idle state.
    31     \brief View part of the home screen idle state.
   119 */
   121 */
   120 
   122 
   121 void HsLoadSceneState::showUi()
   123 void HsLoadSceneState::showUi()
   122 {
   124 {
   123     qDebug() << "HsLoadSceneState::showUi";
   125     qDebug() << "HsLoadSceneState::showUi";
   124     HsScene::mainWindow()->raise();
   126   
   125     HsScene::mainWindow()->show();
   127     HsGui::instance()->show();
   126     emit event_history();
   128     emit event_history();
   127 }
   129 }