homescreenapp/hsutils/inc/hsmenueventfactory.h
changeset 98 e6f74eb7f69f
parent 90 3ac3aaebaee5
--- a/homescreenapp/hsutils/inc/hsmenueventfactory.h	Wed Oct 06 16:06:24 2010 +0300
+++ b/homescreenapp/hsutils/inc/hsmenueventfactory.h	Mon Oct 18 10:20:15 2010 +0300
@@ -72,11 +72,11 @@
 
     static QEvent *createAddAppsFromApplicationsViewEvent(
         Hs::HsSortAttribute aApplicationsSortOder,
-        int aItemId = 0);
+        int aItemId = 0, int scrollPosition = 0);
 
     static QEvent *createAddAppsFromCollectionViewEvent(
         int aCollectionId,
-        int aApplicationId = 0);
+        int aItemId = 0);
 
     static QEvent *createRemoveAppFromCollectionEvent(int aItemId, int aCollectionId);