summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-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 /examples/qt3d/simple-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 'examples/qt3d/simple-cpp')
-rw-r--r--examples/qt3d/simple-cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/simple-cpp/main.cpp b/examples/qt3d/simple-cpp/main.cpp
index 431b0ac8a..2755b37cc 100644
--- a/examples/qt3d/simple-cpp/main.cpp
+++ b/examples/qt3d/simple-cpp/main.cpp
@@ -64,7 +64,7 @@ int main(int argc, char* argv[])
{
QGuiApplication app(argc, argv);
Qt3D::QWindow view;
- Qt3D::QInputAspect *input = new Qt3D::QInputAspect;
+ Qt3DInput::QInputAspect *input = new Qt3DInput::QInputAspect;
view.registerAspect(input);
// Root entity