qtmobility/tests/auto/qcontactmanagerplugins/unittest/tst_qcontactmanagerplugins.cpp
equal
deleted
inserted
replaced
46 #include <QtTest/QtTest> |
46 #include <QtTest/QtTest> |
47 |
47 |
48 #include "qtcontacts.h" |
48 #include "qtcontacts.h" |
49 |
49 |
50 #include <QApplication> |
50 #include <QApplication> |
51 #include "qcontactmanagerdataholder.h" |
|
52 QTM_USE_NAMESPACE |
51 QTM_USE_NAMESPACE |
53 |
52 |
54 class tst_QContactManagerPlugins : public QObject |
53 class tst_QContactManagerPlugins : public QObject |
55 { |
54 { |
56 Q_OBJECT |
55 Q_OBJECT |
57 |
56 |
58 public: |
57 public: |
59 tst_QContactManagerPlugins(); |
58 tst_QContactManagerPlugins(); |
60 virtual ~tst_QContactManagerPlugins(); |
59 virtual ~tst_QContactManagerPlugins(); |
61 |
|
62 private: |
|
63 QContactManagerDataHolder managerDataHolder; |
|
64 |
60 |
65 public slots: |
61 public slots: |
66 void init(); |
62 void init(); |
67 void cleanup(); |
63 void cleanup(); |
68 private slots: |
64 private slots: |