equal
deleted
inserted
replaced
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_ */ |