phonebookui/pbkcommonui/inc/cntdetaileditor.h
changeset 50 77bc263e1626
parent 46 efe85016a067
child 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/inc/cntdetaileditor.h	Wed Jul 21 11:09:07 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdetaileditor.h	Wed Jul 21 11:21:49 2010 +0300
@@ -31,6 +31,7 @@
 class HbView;
 class HbAction;
 class CntEditorFactory;
+class CntSaveManager;
 
 class CntDetailEditor : public QObject,
                         public CntAbstractView
@@ -47,6 +48,8 @@
     void insertField();
     void handleItemShown(const QModelIndex& aIndex );
     
+    void saveContact();
+    
 public:
     void setViewId( int aId );
     void setHeader( QString aHeader );
@@ -79,6 +82,7 @@
     HbAction                       *mSoftkey;
     HbAction                       *mCancel;
     CntViewParameters               mArgs;
+    CntSaveManager                 *mSaveManager; // own
     
     friend class TestCntDetailEditor;
     };