locationpickerservice/inc/locationpickerdatamanager_p.h
changeset 31 8db05346071b
parent 30 96df3ab41000
--- a/locationpickerservice/inc/locationpickerdatamanager_p.h	Wed Jun 23 18:07:15 2010 +0300
+++ b/locationpickerservice/inc/locationpickerdatamanager_p.h	Tue Jul 06 14:10:28 2010 +0300
@@ -39,7 +39,7 @@
     
     // populates the model with data
     bool populateModel( QStandardItemModel &aModel, TViewType aViewType, 
-            const Qt::Orientations aOrientation, quint32 aCollectionId = 0 );
+            quint32 aCollectionId = 0 );
     
     // gets the location item
     void getLocationItem( quint32 aLmId, QLocationPickerItem &aItem );
@@ -51,7 +51,6 @@
     void populateCollections( QList<int>& aCount );
 
 private:
-    Qt::Orientations mOrientation;
     QStandardItemModel *mModel;
     TViewType mViewType;
     LocationDataLookupDb *mDb;