diff -r 341166945d65 -r 52b0f64eeb51 homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h Fri Jun 25 19:19:22 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h Fri Jul 09 14:36:01 2010 +0300 @@ -18,9 +18,7 @@ #ifndef HSINSTALLEDAPPSSTATE_H #define HSINSTALLEDAPPSSTATE_H -#include -#include -#include +#include #include "hsbaseviewstate.h" @@ -51,15 +49,7 @@ private slots: - bool openTaskSwitcher(); - - void listItemActivated(const QModelIndex &index); - - void listItemLongPressed(HbAbstractViewItem *item, - const QPointF &coords); - - void backAction(); - + void openInstallationLog(); void stateEntered(); void stateExited(); @@ -71,33 +61,8 @@ private: void construct(); - void setMenuOptions(); - -private: - /** - * The View widget. - * Own. - */ - HsMenuView mMenuView; - - /** - * Item Model for the List. - * Own. - */ - HsMenuItemModel *mInstalledAppsModel; - - /** - * Secondary Softkey action. - * Backstepping functionality. - * Own. - */ - HbAction *const mSecondarySoftkeyAction; - - HsMainWindow &mMainWindow; - - QModelIndex mContextModelIndex; - QPointer mContextMenu; + void setContextMenuOptions(HbAbstractViewItem *item, EntryFlags flags); }; #endif // HSINSTALLEDAPPSSTATE_H