--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h Mon Sep 20 10:19:07 2010 +0300
@@ -46,9 +46,13 @@
QState *parent = 0);
~HsInstalledAppsState();
+
+protected:
+ void onEntry(QEvent *event);
private slots:
+ void backFromInstalledView();
void openInstallationLog();
void stateEntered();
void stateExited();
@@ -65,6 +69,8 @@
Hs::HsSortAttribute mSortAttribute;
HbAction *mLatestOnTopMenuAction; //not own
HbAction *mOldestOnTopMenuAction; //not own
+ int mCollectionId; // An id of a collection to which the state machine will return.
+ QString mCollectionType; // A type of a collection to which the state machine will return.
};
#endif // HSINSTALLEDAPPSSTATE_H