logsui/logsengine/logssymbianos/tsrc/stubs/qtcontacts_stubs_helper.h
changeset 17 90fe74753f71
parent 0 4a5361db8937
equal deleted inserted replaced
15:76d2cf7a585e 17:90fe74753f71
    22 class QtContactsStubsHelper{
    22 class QtContactsStubsHelper{
    23     public:
    23     public:
    24         static void reset();
    24         static void reset();
    25         static void setContactId(int id);
    25         static void setContactId(int id);
    26         static void setContactNames(const QString& first, const QString& last);
    26         static void setContactNames(const QString& first, const QString& last);
       
    27         static int contactIdsMethodCallCount();
    27 };
    28 };