Correct QTransform::QTransform documentation re m13 initialisation.
authorMitch Curtis <mitch.curtis@nokia.com>
Fri, 10 Aug 2012 06:59:02 +0000 (08:59 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 10 Aug 2012 09:56:26 +0000 (11:56 +0200)
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>
src/gui/painting/qtransform.cpp

index 1f4b4ab..7542fef 100644 (file)
@@ -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()
 */