phonebookui/pbkcommonui/inc/cntgroupmemberview.h
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 40 b46a585f6909
--- a/phonebookui/pbkcommonui/inc/cntgroupmemberview.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntgroupmemberview.h	Thu May 27 12:45:19 2010 +0300
@@ -75,7 +75,6 @@
     void showContextMenu(HbAbstractViewItem *item, const QPointF &coords);
     void handleMenu(HbAction* action);
 
-    
     void showContactView(const QModelIndex &index);
     void removeFromGroup(const QModelIndex &index);
     void editContact(const QModelIndex &index);
@@ -83,10 +82,9 @@
     void openImageEditor();
     
     void drawImageMenu(const QPointF &aCoords);
-    void handleImageMenu(HbAction* action);
+    void createModel();
     
 private:    
-    void changeImage();
     void removeImage();
     
 private:
@@ -110,7 +108,6 @@
     HbDocumentLoader*           mDocument;
     CntFetchContacts*           mFetchView;
     QList<QContactLocalId>      mOriginalGroupMembers;
-    bool                        mIsPreviousImageEditorView;
     QContactAvatar*             mAvatar;
 };