diff options
author | Marc Mutz <[email protected]> | 2025-06-27 16:01:35 +0200 |
---|---|---|
committer | Marc Mutz <[email protected]> | 2025-06-29 18:31:00 +0200 |
commit | 515ea07e40c692dc502bc4c9e960feb7f9eca40e (patch) | |
tree | 9e4758e9284296e6ac087f8dd32e0422d55753a7 | |
parent | e8f596785e28e3bfbe0d47a329a445bc29415488 (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.10 6.9 6.8 6.5
Change-Id: Ibc71635aa836e9c33fb2b88ce30cc7a35fbf1291
Reviewed-by: Volker Hilsheimer <[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. |