phonebookui/phonebookservices/inc/cntserviceeditview.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 47 7cbcb2896f0e
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    34     ~CntServiceEditView();
    34     ~CntServiceEditView();
    35 
    35 
    36     int viewId() const { return serviceEditView; }
    36     int viewId() const { return serviceEditView; }
    37 
    37 
    38 private slots:
    38 private slots:
    39     void doContactUpdated();
    39     void doContactUpdated(bool aSuccess);
    40     void doContactRemoved();
    40     void doContactRemoved(bool aSuccess);
    41     void doChangesDiscarded();
    41     void doChangesDiscarded();
    42     
    42     
    43 //public slots:
    43 //public slots:
    44 //    void aboutToCloseView();
    44 //    void aboutToCloseView();
    45 //    int handleExecutedCommand(QString aCommand, const QContact &aContact);
    45 //    int handleExecutedCommand(QString aCommand, const QContact &aContact);