homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h
changeset 92 6727c5d0afc7
parent 85 35368b604b28
child 90 3ac3aaebaee5
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Thu Sep 02 20:17:27 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Fri Sep 17 08:27:54 2010 +0300
@@ -55,6 +55,7 @@
     void setEmptyLabelVisibility(bool visibility);
     void latestOnTopMenuAction();
     void oldestOnTopMenuAction();
+    void launchDetails(const QModelIndex &index);
     
 private:
 
@@ -62,6 +63,8 @@
     void setMenuOptions();
     void setContextMenuOptions(HbAbstractViewItem *item, EntryFlags flags);
     Hs::HsSortAttribute mSortAttribute;
+    HbAction *mLatestOnTopMenuAction; //not own
+    HbAction *mOldestOnTopMenuAction; //not own
 };
 
 #endif // HSINSTALLEDAPPSSTATE_H