diff -r 96df3ab41000 -r 8db05346071b locationpickerservice/inc/locationpickercollectioncontent.h --- a/locationpickerservice/inc/locationpickercollectioncontent.h Wed Jun 23 18:07:15 2010 +0300 +++ b/locationpickerservice/inc/locationpickercollectioncontent.h Tue Jul 06 14:10:28 2010 +0300 @@ -29,19 +29,16 @@ { public: // constructor - LocationPickerCollectionContent( Qt::Orientations aOrientation , quint32 aCollectionid ); + LocationPickerCollectionContent( quint32 aCollectionid ); //Destructor ~LocationPickerCollectionContent(); //get proxy model LocationPickerProxyModel* getProxyModel(); - //get standard model - QStandardItemModel* getStandardModel(); // gets the data pointed to by index and copies to the aValue void getData( QModelIndex aIndex, quint32& aValue ); //return true if location entry is found bool locationFound(); private: - Qt::Orientations mOrientation; LocationPickerProxyModel *mProxyModel; QStandardItemModel *mModel; LocationPickerDataManager *mDataManager;