diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2011-11-11 10:46:31 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-11-14 06:54:31 +0100 |
commit | d95c5fee483816558246586c4621d96c84b224c0 (patch) | |
tree | 6d458feddc453baf26ef85130f8447e8d0d2a6ab /tests/auto/qsensorgestures/plugins/test1/qtestsensorgestureplugindup.h | |
parent | 1f20d5ef3e27981e2af2c6533656694ea3335678 (diff) |
Diffstat (limited to 'tests/auto/qsensorgestures/plugins/test1/qtestsensorgestureplugindup.h')
-rw-r--r-- | tests/auto/qsensorgestures/plugins/test1/qtestsensorgestureplugindup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qsensorgestures/plugins/test1/qtestsensorgestureplugindup.h b/tests/auto/qsensorgestures/plugins/test1/qtestsensorgestureplugindup.h index b6c083bf..de96a222 100644 --- a/tests/auto/qsensorgestures/plugins/test1/qtestsensorgestureplugindup.h +++ b/tests/auto/qsensorgestures/plugins/test1/qtestsensorgestureplugindup.h @@ -48,7 +48,8 @@ class QTestSensorGestureDupPlugin : public QObject, public QSensorGesturePluginInterface { Q_OBJECT - Q_INTERFACES(QSensorGesturePluginInterface) + Q_INTERFACES(QSensorGesturePluginInterface:QFactoryInterface) + public: explicit QTestSensorGestureDupPlugin(); ~QTestSensorGestureDupPlugin(); |