summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qannotation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qannotation.cpp')
-rw-r--r--src/render/frontend/qannotation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/qannotation.cpp b/src/render/frontend/qannotation.cpp
index 0476e1d6a..e04c26047 100644
--- a/src/render/frontend/qannotation.cpp
+++ b/src/render/frontend/qannotation.cpp
@@ -64,7 +64,7 @@ QAnnotationPrivate::QAnnotationPrivate()
\qmltype Annotation
\instantiates Qt3D::QAnnotation
\inherits Node
- \inqmlmodule Qt3D.Render
+ \inqmlmodule Qt3D.Renderer
\since 5.5
\brief For annotating ...
*/
@@ -112,7 +112,7 @@ void QAnnotation::setName(const QString &name)
*/
/*!
- \qmlproperty variant Qt3D.Render::Annotation::value
+ \qmlproperty variant Qt3D.Renderer::Annotation::value
*/
QVariant QAnnotation::value() const
@@ -127,7 +127,7 @@ QVariant QAnnotation::value() const
*/
/*!
- \qmlproperty string Qt3D.Render::Annotation::name
+ \qmlproperty string Qt3D.Renderer::Annotation::name
*/
QString QAnnotation::name() const