logsui/logscntfinder/tsrc/stubs/qtcontacts_stubs.h
changeset 14 f27aebe284bb
parent 2 7119b73b84d6
child 21 2f0af9ba7665
equal deleted inserted replaced
11:64a47b97e1e1 14:f27aebe284bb
    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