summaryrefslogtreecommitdiffstats
path: root/src/extras/3dtext/qextrudedtextmesh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/3dtext/qextrudedtextmesh.cpp')
-rw-r--r--src/extras/3dtext/qextrudedtextmesh.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/extras/3dtext/qextrudedtextmesh.cpp b/src/extras/3dtext/qextrudedtextmesh.cpp
index e6e80a787..9c141f2c7 100644
--- a/src/extras/3dtext/qextrudedtextmesh.cpp
+++ b/src/extras/3dtext/qextrudedtextmesh.cpp
@@ -18,13 +18,13 @@ namespace Qt3DExtras {
*/
/*!
- * \qmlproperty QString Qt3DExtras::ExtrudedTextMesh::text
+ * \qmlproperty QString Qt3D.Extras::ExtrudedTextMesh::text
*
* Holds the text used for the mesh.
*/
/*!
- * \qmlproperty QFont Qt3DExtras::ExtrudedTextMesh::font
+ * \qmlproperty QFont Qt3D.Extras::ExtrudedTextMesh::font
*
* Holds the font of the text.
@@ -34,7 +34,7 @@ namespace Qt3DExtras {
*/
/*!
- * \qmlproperty float Qt3DExtras::ExtrudedTextMesh::depth
+ * \qmlproperty float Qt3D.Extras::ExtrudedTextMesh::depth
*
* Holds the extrusion depth of the text.
*/
@@ -84,7 +84,7 @@ void QExtrudedTextMesh::setDepth(float depth)
}
/*!
- * \property QExtrudedTextMesh::text
+ * \property Qt3DExtras::QExtrudedTextMesh::text
*
* Holds the text used for the mesh.
*/
@@ -94,7 +94,7 @@ QString QExtrudedTextMesh::text() const
}
/*!
- * \property QExtrudedTextMesh::font
+ * \property Qt3DExtras::QExtrudedTextMesh::font
*
* Holds the font of the text.
*
@@ -108,7 +108,7 @@ QFont QExtrudedTextMesh::font() const
}
/*!
- * \property QExtrudedTextMesh::depth
+ * \property Qt3DExtras::QExtrudedTextMesh::depth
*
* Holds the extrusion depth of the text.
*/