qtmobility/tests/auto/qcontactasync/maliciousplugin/maliciousplugin_p.h
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
   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: