ui/viewmanagement/viewmanager/src/glxviewmanager.cpp
changeset 58 383b67fbdb11
parent 54 0f0f3f26f787
child 62 36d93b4dc635
equal deleted inserted replaced
54:0f0f3f26f787 58:383b67fbdb11
    71 }
    71 }
    72 
    72 
    73 void GlxViewManager::handleReadyView()
    73 void GlxViewManager::handleReadyView()
    74 {
    74 {
    75     emit actionTriggered( EGlxCmdSetupItem );
    75     emit actionTriggered( EGlxCmdSetupItem );
    76     emit applicationReady();
    76     disconnect( mMainWindow, SIGNAL( viewReady() ), this, SLOT( handleReadyView() ) );
    77     disconnect(mMainWindow, SIGNAL( viewReady() ), this, SLOT( handleReadyView() ));
       
    78 }
    77 }
    79 
    78 
    80 void GlxViewManager::setupItems( )
    79 void GlxViewManager::setupItems( )
    81 {
    80 {
    82     addBackSoftKeyAction();    
    81     addBackSoftKeyAction();