diff options
author | Marc Mutz <[email protected]> | 2025-06-27 16:01:35 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2025-06-30 04:37:52 +0000 |
commit | 4941e8a79507eebbd73185fbaf555093c77904b4 (patch) | |
tree | 3e58148d784f45582b3c8f439dbb3c7735a2d663 | |
parent | 564851b55f23a0d1659b03dbce27e9a9ae5afee0 (diff) |
[docs] QQuaternion: fix \overload in toEulerAngles() docs
The function is no longer overloaded. getEulerAngles() used to be
called toEulerAngles() (88142e73d5e062cf26638511a42140b59ef736cc), but
was later renamed to the idiomatic get-prefix
(1872857ca72658cd58c0c39b31da493f794be6ca).
Amends 1872857ca72658cd58c0c39b31da493f794be6ca.
Pick-to: 6.9 6.8 6.5
Change-Id: Ibc71635aa836e9c33fb2b88ce30cc7a35fbf1291
Reviewed-by: Volker Hilsheimer <[email protected]>
(cherry picked from commit 515ea07e40c692dc502bc4c9e960feb7f9eca40e)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-rw-r--r-- | src/gui/math3d/qquaternion.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/math3d/qquaternion.cpp b/src/gui/math3d/qquaternion.cpp index 41ef93e2cb0..edbe507e93d 100644 --- a/src/gui/math3d/qquaternion.cpp +++ b/src/gui/math3d/qquaternion.cpp @@ -419,7 +419,6 @@ QQuaternion QQuaternion::fromAxisAndAngle /*! \fn QVector3D QQuaternion::toEulerAngles() const \since 5.5 - \overload Calculates roll, pitch, and yaw Euler angles (in degrees) that corresponds to this quaternion. |