locationpickerservice/inc/locationpickerdatamanager_p.h
changeset 17 0f22fb80ebba
parent 15 13ae750350c9
child 20 cd10d5b85554
--- a/locationpickerservice/inc/locationpickerdatamanager_p.h	Fri Apr 16 14:54:12 2010 +0300
+++ b/locationpickerservice/inc/locationpickerdatamanager_p.h	Mon May 03 12:27:22 2010 +0300
@@ -41,7 +41,7 @@
     ~LocationPickerDataManagerPrivate();
     
     // populates the model with data
-    bool populateModel( quint32 aCollectionId = 0 );
+    bool populateModel( const Qt::Orientations aOrientation, quint32 aCollectionId = 0 );
     
     // gets the data pointed to by index and copies to the aValue
     void getData(int index, quint32& aValue );
@@ -60,7 +60,7 @@
     void getLocationItemL( quint32 aLmId, QLocationPickerItem &aItem );
 
 private:
-	
+    Qt::Orientations mOrientation;
     QStandardItemModel *mModel;
     TViewType mViewType;
     CPosLmItemIterator* mIterator;