summaryrefslogtreecommitdiffstats
path: root/src/input/q3dkeyevent.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-08-30 16:39:18 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-13 07:15:11 +0000
commit0269afd106da5d4d999585b3bdb1332a2c01af12 (patch)
tree693efc7490d3b2fc65f6d0ca7186e65e7b481521 /src/input/q3dkeyevent.cpp
parent4888c951fca43515aa49919a5405baa16f1cff3d (diff)
Move Input aspect to Qt3DInput namespace
Also update examples accordingly. Change-Id: I8d19c3165899e4b7b791deb33098af4fb439f44a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/input/q3dkeyevent.cpp')
-rw-r--r--src/input/q3dkeyevent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/q3dkeyevent.cpp b/src/input/q3dkeyevent.cpp
index bb1990955..3633618f6 100644
--- a/src/input/q3dkeyevent.cpp
+++ b/src/input/q3dkeyevent.cpp
@@ -38,7 +38,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DInput {
//Qt6: Move this into a QtQmlGui module and merge it with QQuickKeyEvent
@@ -147,6 +147,6 @@ Q3DKeyEvent::Q3DKeyEvent(const QKeyEvent &ke)
\sa QKeySequence::StandardKey
*/
-} // Qt3D
+} // namespace Qt3DInput
QT_END_NAMESPACE