summaryrefslogtreecommitdiffstats
path: root/src/input/qkeyboardinput.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-10-12 20:45:19 +0100
committerPaul Lemire <paul.lemire@kdab.com>2015-10-13 13:19:50 +0000
commit7c971e0e7791ab38d7d3d8ebc25468c44cbe49c5 (patch)
tree53197a9e5eb7501d6f5b497f70c25dad9c265a6f /src/input/qkeyboardinput.cpp
parent0bfd20ad3b8eb3edec8d6317af9eb5504f8c0871 (diff)
Move Qt3DCore into Qt3DCore namespace
Update other aspects, tests and examples accordingly. Change-Id: Ib1bcf0bdf4f5aec4422dc0c80bfc32b27fb1a317 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/input/qkeyboardinput.cpp')
-rw-r--r--src/input/qkeyboardinput.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/input/qkeyboardinput.cpp b/src/input/qkeyboardinput.cpp
index 5ecba9962..332799457 100644
--- a/src/input/qkeyboardinput.cpp
+++ b/src/input/qkeyboardinput.cpp
@@ -41,12 +41,12 @@
QT_BEGIN_NAMESPACE
-using namespace Qt3D;
+using namespace Qt3DCore;
namespace Qt3DInput {
/*!
- \class Qt3D::QKeyboardInputPrivate
+ \class Qt3DCore::QKeyboardInputPrivate
\internal
*/
QKeyboardInputPrivate::QKeyboardInputPrivate()
@@ -58,7 +58,7 @@ QKeyboardInputPrivate::QKeyboardInputPrivate()
}
/*!
- \class Qt3D::QKeyboardInput
+ \class Qt3DCore::QKeyboardInput
\inmodule Qt3DInput
\since 5.5
*/
@@ -66,7 +66,7 @@ QKeyboardInputPrivate::QKeyboardInputPrivate()
/*!
\qmltype KeyboardInput
\inqmlmodule Qt3D.Input
- \instantiates Qt3D::QKeyboardInput
+ \instantiates Qt3DCore::QKeyboardInput
\inherits Component3D
\since 5.5
*/
@@ -154,7 +154,7 @@ const QByteArray keyToSignal(int key)
return keySignal;
}
-void QKeyboardInput::sceneChangeEvent(const Qt3D::QSceneChangePtr &change)
+void QKeyboardInput::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change)
{
QBackendScenePropertyChangePtr e = qSharedPointerCast<QBackendScenePropertyChange>(change);
if (e->type() == NodeUpdated) {