qtmobility/tests/auto/qcontactmanagerplugins/dummyplugin/dummyplugin.cpp
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
   220         return QStringList();
   220         return QStringList();
   221     }
   221     }
   222 
   222 
   223 };
   223 };
   224 
   224 
   225 class Q_DECL_EXPORT DummyEngineFactory : public QObject, public QContactManagerEngineFactory
   225 class DummyEngineFactory : public QObject, public QContactManagerEngineFactory
   226 {
   226 {
   227     Q_OBJECT
   227     Q_OBJECT
   228     Q_INTERFACES(QtMobility::QContactManagerEngineFactory)
   228     Q_INTERFACES(QtMobility::QContactManagerEngineFactory)
   229     public:
   229     public:
   230         QContactManagerEngine* engine(const QMap<QString, QString>& parameters, QContactManager::Error* error);
   230         QContactManagerEngine* engine(const QMap<QString, QString>& parameters, QContactManager::Error* error);