summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@nokia.com>2012-08-10 08:59:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-10 11:56:26 +0200
commit478c21239a97b521e1f515ddbb0b73b0b493a738 (patch)
treeb0f126571a07d970c4bf62b5cb969086f4636011 /src/gui
parentca23ae5c4b67f498b6c741b7ff1f521111df7ca0 (diff)
Correct QTransform::QTransform documentation re m13 initialisation.
Documentation incorrectly states that it is m13 that is set to 1, when it is instead m33. Task-number: QTBUG-10232 Change-Id: If3c7d3eb1c478ebef4f13b4842235445afc48049 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui')
-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()
*/