phonebookui/pbkcommonui/inc/cntimageeditorview.h
changeset 50 77bc263e1626
parent 46 efe85016a067
child 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/inc/cntimageeditorview.h	Wed Jul 21 11:09:07 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntimageeditorview.h	Wed Jul 21 11:21:49 2010 +0300
@@ -31,6 +31,7 @@
 class HbAction;
 class QStandardItemModel;
 class QModelIndex;
+class CntSaveManager;
 
 QTM_BEGIN_NAMESPACE
 class QContact;
@@ -75,6 +76,7 @@
     void setOrientation(Qt::Orientation orientation);
     void listViewActivated(const QModelIndex &index);
     void handleError(int errorCode, const QString& errorMessage);
+    void saveContact();
 
 
 #ifdef PBK_UNIT_TEST
@@ -95,6 +97,7 @@
     HbDocumentLoader         mDocumentLoader;
     HbListView              *mListView; // owned by layout
     QStandardItemModel      *mModel; // own
+    CntSaveManager          *mSaveManager; // own
     
     CntViewParameters       mArgs;
 };