summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/custom-mesh-cpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/custom-mesh-cpp/main.cpp')
-rw-r--r--examples/qt3d/custom-mesh-cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/custom-mesh-cpp/main.cpp b/examples/qt3d/custom-mesh-cpp/main.cpp
index c17c71906..e26f9827b 100644
--- a/examples/qt3d/custom-mesh-cpp/main.cpp
+++ b/examples/qt3d/custom-mesh-cpp/main.cpp
@@ -69,7 +69,7 @@ int main(int argc, char* argv[])
Qt3D::QAspectEngine engine;
engine.registerAspect(new Qt3D::QRenderAspect());
- Qt3D::QInputAspect *input = new Qt3D::QInputAspect;
+ Qt3DInput::QInputAspect *input = new Qt3DInput::QInputAspect;
engine.registerAspect(input);
engine.initialize();
QVariantMap data;