summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-06 12:39:42 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-06 13:51:28 +0000
commitfdd85c5f3c4b1102e8a2ceea42782bae0b0e5076 (patch)
tree7180e2a56248e76d05249bc46b9180ecd6010777 /src/render/frontend
parent56b8be847e9ebb1d9287df150f0cbe398eed94d6 (diff)
Doc: Fix incorrect module/type names in \qmlproperty commands
Multiple \qmlproperty commands used a non-existent module identifier, or the name of the C++ module in place of the QML one. Also, in some instances, the C++ type name was used in \qmlproperty signature. Fixing these also makes a number of QML properties appear in the generated docs. Pick-to: 6.6 6.5 Change-Id: I452361d3b0397d3ce405a2fb28577c37a24f02e3 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'src/render/frontend')
-rw-r--r--src/render/frontend/qcamera.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/frontend/qcamera.cpp b/src/render/frontend/qcamera.cpp
index f9757f61f..43f887ed1 100644
--- a/src/render/frontend/qcamera.cpp
+++ b/src/render/frontend/qcamera.cpp
@@ -245,13 +245,13 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \qmlproperty Qt3DRender::QCameraLens QCamera::lens
+ * \qmlproperty CameraLens Qt3D.Render::Camera::lens
* Holds the CameraLens component of the camera.
* \since 5.14
*/
/*!
- * \qmlproperty Qt3DCore::QTransform QCamera::transform
+ * \qmlproperty Transform Qt3D.Render::Camera::transform
* Holds the Transform component of the camera.
* \since 5.14
*/