aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2022-04-26 11:37:57 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2022-05-07 12:41:29 +0000
commit69448d3bdb51d8c8188bcd9e08ea5f133e845b29 (patch)
tree4e7808f89fb4317a8f6a5ce7cd915553bf1f4fdc
parente2089f070b7c31bfc3f82e68717b42eb72a78b85 (diff)
Drive-by doc fix
Change-Id: I4eff25b88d3dca83be2542732d080af99955470b Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit 43735c3d54b390f60fe4fbd5c4db6378418d3000) Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
-rw-r--r--src/quick3d/qquick3dnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick3d/qquick3dnode.cpp b/src/quick3d/qquick3dnode.cpp
index 25737c69..6896c95e 100644
--- a/src/quick3d/qquick3dnode.cpp
+++ b/src/quick3d/qquick3dnode.cpp
@@ -324,7 +324,7 @@ QVector3D QQuick3DNode::scenePosition() const
}
/*!
- \qmlproperty vector3d QtQuick3D::Node::sceneRotation
+ \qmlproperty quaternion QtQuick3D::Node::sceneRotation
This property returns the rotation of the node in scene space.
*/