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>bb10
parent
ca23ae5c4b
commit
478c21239a
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue