phonebookui/phonebookservices/inc/cntservicehandler.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 40 b46a585f6909
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    73     void launchContactSelection(QContactDetail detail);
    73     void launchContactSelection(QContactDetail detail);
    74     void launchContactCard(QContact contact);
    74     void launchContactCard(QContact contact);
    75     void launchAssignContactCard(QContact contact, QContactDetail detail);
    75     void launchAssignContactCard(QContact contact, QContactDetail detail);
    76     
    76     
    77 private:
    77 private:
    78     void removeFields(QContact& contact);
    78     void removeNotSupportedFields(QContact& contact);
    79     void removeDetails(QContact& contact);
    79     void removeNotSupportedDetails(QContact& contact);
    80 
    80 
    81 private:
    81 private:
    82     int mCurrentRequestIndex;
    82     int mCurrentRequestIndex;
    83     QStringList m_definitionNames;
    83     QStringList m_definitionNames;
    84 };
    84 };