phonebookui/pbkcommonui/inc/cntphonenumbermodel.h
changeset 31 2a11b5b00470
parent 25 76a2435edfd4
child 40 b46a585f6909
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    34     {
    34     {
    35     Q_OBJECT
    35     Q_OBJECT
    36     
    36     
    37 public:
    37 public:
    38     // takes ownership of aContact
    38     // takes ownership of aContact
    39     CntPhoneNumberModel( QContact* aContact, QObject* aParent=0 );
    39     CntPhoneNumberModel( QContact* aContact, QObject* aParent = 0 );
    40     ~CntPhoneNumberModel();
    40     ~CntPhoneNumberModel();
    41     
    41     
    42     void saveContactDetails();
    42     void saveContactDetails();
    43     void insertDetailField();
    43     void insertDetailField();
    44     };
    44     };