equal
deleted
inserted
replaced
18 #ifndef QTCONTACTSDB_H |
18 #ifndef QTCONTACTSDB_H |
19 #define QTCONTACTSDB_H |
19 #define QTCONTACTSDB_H |
20 |
20 |
21 #include <QObject> |
21 #include <QObject> |
22 #include <QStringList> |
22 #include <QStringList> |
|
23 |
|
24 const QString cntDetailPhoneNumber = "555789987"; |
|
25 const QString cntPhoneNumberWithActionCall = "98765"; |
|
26 |
|
27 class ContactStubHelper |
|
28 { |
|
29 public: |
|
30 static void setPreferredNumber(QString number); |
|
31 static QString preferredNumber(); |
|
32 }; |
|
33 |
23 |
34 |
24 class ContactQueryResults : public QObject |
35 class ContactQueryResults : public QObject |
25 { |
36 { |
26 Q_OBJECT |
37 Q_OBJECT |
27 |
38 |