summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/wireframe
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/wireframe')
-rw-r--r--examples/qt3d/wireframe/doc/src/wireframe.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/wireframe/doc/src/wireframe.qdoc b/examples/qt3d/wireframe/doc/src/wireframe.qdoc
index dcb86c398..62c8478c9 100644
--- a/examples/qt3d/wireframe/doc/src/wireframe.qdoc
+++ b/examples/qt3d/wireframe/doc/src/wireframe.qdoc
@@ -181,7 +181,7 @@
\printuntil PauseAnimation
\printuntil }
- The property updates are noticed by the \l{Qt3D::}{QNode} base class
+ The property updates are noticed by the \l{Qt3DCore::}{QNode} base class
and automatically sent through to the corresponding objects in the renderer
aspect. The renderer then takes care of translating the property updates
to new values for uniform variables in the GLSL shader programs.