summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qtransform.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/painting/qtransform.cpp b/src/gui/painting/qtransform.cpp
index 94f9acac45..1f4b4abd8e 100644
--- a/src/gui/painting/qtransform.cpp
+++ b/src/gui/painting/qtransform.cpp
@@ -2249,6 +2249,8 @@ QTransform::operator QVariant() const
Returns true if the matrix represents some kind of a
rotating transformation, otherwise returns false.
+ \note A rotation transformation of 180 degrees and/or 360 degrees is treated as a scaling transformation.
+
\sa reset()
*/