equal
deleted
inserted
replaced
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); |