homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsallcollectionsstate.cpp
changeset 96 458d8c8d9580
parent 85 35368b604b28
equal deleted inserted replaced
92:6727c5d0afc7 96:458d8c8d9580
    92     mViewOptions->addAction(hbTrId("txt_applib_opt_new_collection"),
    92     mViewOptions->addAction(hbTrId("txt_applib_opt_new_collection"),
    93                            this, SLOT(createNewCollection()));
    93                            this, SLOT(createNewCollection()));
    94 
    94 
    95     mViewOptions->addAction(hbTrId("txt_applib_opt_arrange"),
    95     mViewOptions->addAction(hbTrId("txt_applib_opt_arrange"),
    96         this, SLOT(createArrangeCollection()));
    96         this, SLOT(createArrangeCollection()));
       
    97     mViewOptions->addAction(hbTrId("txt_applib_opt_check_software_updates"),
       
    98         static_cast<HsBaseViewState*>(this), SLOT(checkSoftwareUpdates()));
       
    99     mViewOptions->addAction(
       
   100         hbTrId("txt_applib_opt_view_installed_applications"),
       
   101         static_cast<HsBaseViewState*>(this), SLOT(openInstalledView()));
    97 
   102 
    98     HSMENUTEST_FUNC_EXIT("HsAllCollectionsState::setMenuOptions");
   103     HSMENUTEST_FUNC_EXIT("HsAllCollectionsState::setMenuOptions");
    99 }
   104 }
   100 
   105 
   101 /*!
   106 /*!