ui/viewmanagement/viewmanager/src/glxviewmanager.cpp
changeset 61 743eb0b9959e
parent 55 fb37077c270f
child 67 199e6e1e0b54
equal deleted inserted replaced
55:fb37077c270f 61:743eb0b9959e
    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();