phonebookui/pbkcommonui/inc/cnturleditormodel.h
changeset 40 b46a585f6909
parent 25 76a2435edfd4
child 46 efe85016a067
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
    18 #ifndef CNTURLEDITORMODEL_H_
    18 #ifndef CNTURLEDITORMODEL_H_
    19 #define CNTURLEDITORMODEL_H_
    19 #define CNTURLEDITORMODEL_H_
    20 
    20 
    21 #include "cntdetaileditormodel.h"
    21 #include "cntdetaileditormodel.h"
    22 #include <qtcontacts.h>
    22 #include <qtcontacts.h>
    23 #include "qtpbkglobal.h"
    23 #include "cntglobal.h"
    24 
    24 
    25 QTM_BEGIN_NAMESPACE
    25 QTM_BEGIN_NAMESPACE
    26 class QContact;
    26 class QContact;
    27 QTM_END_NAMESPACE
    27 QTM_END_NAMESPACE
    28 
    28 
    36     CntUrlEditorModel( QContact* aContact );
    36     CntUrlEditorModel( QContact* aContact );
    37     ~CntUrlEditorModel();
    37     ~CntUrlEditorModel();
    38     
    38     
    39     void saveContactDetails();
    39     void saveContactDetails();
    40     void insertDetailField();
    40     void insertDetailField();
       
    41     QContactDetail detail() const;
    41     };
    42     };
    42 #endif /* CNTURLEDITORMODEL_H_ */
    43 #endif /* CNTURLEDITORMODEL_H_ */