From 478c21239a97b521e1f515ddbb0b73b0b493a738 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 10 Aug 2012 08:59:02 +0200 Subject: Correct QTransform::QTransform documentation re m13 initialisation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/gui/painting/qtransform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/painting/qtransform.cpp') 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() */ -- cgit v1.2.3