summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qinputdeviceintegrationfactory.cpp
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2016-01-13 15:30:27 +0200
committerBogDan Vatra <bogdan@kdab.com>2016-01-14 14:41:52 +0000
commit08ad89dde168476c8e7045b84785f26eb8c8bc7a (patch)
tree3b09794bdbb7c25477cf054acb8301ee0ab7c4e7 /src/input/frontend/qinputdeviceintegrationfactory.cpp
parent779a85325a60ab4aa5cdb02175fde288efbbc176 (diff)
Use a more suitable name for qt3d input devices.
Export proper MODULE_PLUGIN_TYPES Change-Id: Id1b51aafd318b1c0800cc194e006e5585d8c159d Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/input/frontend/qinputdeviceintegrationfactory.cpp')
-rw-r--r--src/input/frontend/qinputdeviceintegrationfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qinputdeviceintegrationfactory.cpp b/src/input/frontend/qinputdeviceintegrationfactory.cpp
index 1cb0650e9..246736d6c 100644
--- a/src/input/frontend/qinputdeviceintegrationfactory.cpp
+++ b/src/input/frontend/qinputdeviceintegrationfactory.cpp
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
namespace Qt3DInput {
#ifndef QT_NO_LIBRARY
-Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader, (QInputDevicePlugin_iid, QLatin1String("/inputdevices"), Qt::CaseInsensitive))
+Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader, (QInputDevicePlugin_iid, QLatin1String("/3dinputdevices"), Qt::CaseInsensitive))
Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, directLoader, (QInputDevicePlugin_iid, QLatin1String(""), Qt::CaseInsensitive))
#endif