From 4941e8a79507eebbd73185fbaf555093c77904b4 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 27 Jun 2025 16:01:35 +0200 Subject: [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 (cherry picked from commit 515ea07e40c692dc502bc4c9e960feb7f9eca40e) Reviewed-by: Qt Cherry-pick Bot --- src/gui/math3d/qquaternion.cpp | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v1.2.3