equal
deleted
inserted
replaced
195 return QContactManagerEngine::supportedContactTypes(); |
195 return QContactManagerEngine::supportedContactTypes(); |
196 } |
196 } |
197 |
197 |
198 }; |
198 }; |
199 |
199 |
200 class Q_DECL_EXPORT MaliciousEngineFactory : public QObject, public QContactManagerEngineFactory |
200 class MaliciousEngineFactory : public QObject, public QContactManagerEngineFactory |
201 { |
201 { |
202 Q_OBJECT |
202 Q_OBJECT |
203 Q_INTERFACES(QtMobility::QContactManagerEngineFactory) |
203 Q_INTERFACES(QtMobility::QContactManagerEngineFactory) |
204 |
204 |
205 public: |
205 public: |