summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qtransform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qtransform.cpp')
-rw-r--r--src/gui/painting/qtransform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qtransform.cpp b/src/gui/painting/qtransform.cpp
index 1f4b4abd8e..7542fef832 100644
--- a/src/gui/painting/qtransform.cpp
+++ b/src/gui/painting/qtransform.cpp
@@ -249,7 +249,7 @@ QT_BEGIN_NAMESPACE
Constructs an identity matrix.
All elements are set to zero except \c m11 and \c m22 (specifying
- the scale) and \c m13 which are set to 1.
+ the scale) and \c m33 which are set to 1.
\sa reset()
*/