--- a/phonebookui/phonebookservices/inc/cntserviceeditview.h Wed Jun 23 18:02:44 2010 +0300
+++ b/phonebookui/phonebookservices/inc/cntserviceeditview.h Tue Jul 06 14:05:47 2010 +0300
@@ -36,14 +36,9 @@
int viewId() const { return serviceEditView; }
private slots:
- void doContactUpdated(bool aSuccess);
+ void doContactUpdated(int aSuccess);
void doContactRemoved(bool aSuccess);
void doChangesDiscarded();
-
-//public slots:
-// void aboutToCloseView();
-// int handleExecutedCommand(QString aCommand, const QContact &aContact);
-// void discardAllChanges();
private:
CntServiceHandler *mServiceHandler;