locationpickerservice/inc/locationpickerpotraitview.h
changeset 24 ccec19943943
parent 20 cd10d5b85554
child 30 96df3ab41000
--- a/locationpickerservice/inc/locationpickerpotraitview.h	Fri May 14 15:47:27 2010 +0300
+++ b/locationpickerservice/inc/locationpickerpotraitview.h	Thu May 27 12:49:34 2010 +0300
@@ -63,6 +63,7 @@
 private slots:
     //slot to handle list item actions     
     void handleActivated( const QModelIndex &aIndex );
+    void changeModel();
     //slots to handle menu action items     
     void sortDescending();
     void sortAscending();
@@ -108,6 +109,8 @@
     TViewType mViewType ;
     // get the collection/category id
     quint32 mCategoryId;
+    // model Index
+    QModelIndex mIndex;
 };