homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h
changeset 98 e6f74eb7f69f
parent 90 3ac3aaebaee5
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h	Wed Oct 06 16:06:24 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsapplibrarystate.h	Mon Oct 18 10:20:15 2010 +0300
@@ -70,9 +70,11 @@
     void allAppsStateEntered();
 
     void allCollectionsStateEntered();
-    
+
     void collectionStateEntered();
 
+    void addFromInstalledTransition(QState *state);
+
 protected:
 
     void onEntry(QEvent *event);
@@ -89,7 +91,7 @@
 
     HsAllAppsState *mAllAppsState;
 
-    HsMenuModeTransition *mHistoryTransaction;
+    HsMenuModeTransition *mHistoryTransition;
 
     HsAllCollectionsState *mAllCollectionsState;
 
@@ -98,9 +100,9 @@
     HsInstalledAppsState *mInstalledAppsState;
 
     HsMenuModeWrapper mMenuMode;
-    
+
     HsMainWindow mMainWindow;
-    
+
 };
 
 #endif //HSAPPLIBRARYSTATE_H