locationpickerservice/inc/locationpickercollectionlistcontent.h
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
child 30 96df3ab41000
--- a/locationpickerservice/inc/locationpickercollectionlistcontent.h	Mon May 03 12:27:22 2010 +0300
+++ b/locationpickerservice/inc/locationpickercollectionlistcontent.h	Fri May 14 15:47:27 2010 +0300
@@ -35,8 +35,8 @@
     ~LocationPickerCollectionListContent();
     //get standard model
     QStandardItemModel* getStandardModel();
-    //get LocationPickerDataManager
-    LocationPickerDataManager* getDataManager();
+    // gets the data pointed to by index and copies to the aValue
+    void getData( QModelIndex aIndex, quint32& aValue );
 
 private:
     Qt::Orientation mOrientation;