locationpickerservice/inc/locationpickerdatamanager.h
changeset 17 0f22fb80ebba
parent 15 13ae750350c9
child 20 cd10d5b85554
--- a/locationpickerservice/inc/locationpickerdatamanager.h	Fri Apr 16 14:54:12 2010 +0300
+++ b/locationpickerservice/inc/locationpickerdatamanager.h	Mon May 03 12:27:22 2010 +0300
@@ -38,7 +38,7 @@
     ~LocationPickerDataManager();
 
     // populates the model with data
-    bool populateModel( quint32 aCollectionId = 0 );
+    bool populateModel(Qt::Orientations aOrientation,quint32 aCollectionId = 0);
 
     // gets the data pointed to by index and copies to the aValue
     void getData(int index, quint32& aValue );