summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/materials-cpp/trefoilknot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/materials-cpp/trefoilknot.cpp')
-rw-r--r--examples/qt3d/materials-cpp/trefoilknot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/materials-cpp/trefoilknot.cpp b/examples/qt3d/materials-cpp/trefoilknot.cpp
index b99c090ea..d71c9944d 100644
--- a/examples/qt3d/materials-cpp/trefoilknot.cpp
+++ b/examples/qt3d/materials-cpp/trefoilknot.cpp
@@ -38,7 +38,7 @@
TrefoilKnot::TrefoilKnot(Qt3D::QNode *parent)
: Qt3D::QEntity(parent)
- , m_mesh(new Qt3D::QMesh())
+ , m_mesh(new Qt3DRender::QMesh())
, m_transform(new Qt3D::QTransform())
, m_scaleTransform(new Qt3D::QScaleTransform())
, m_xaxisRotation(new Qt3D::QRotateTransform())