Added note to QTransform::isRotating

Rotation of 180 or 360 is treated as a scaling transform

Task-number: QTCREATORBUG-7651

Change-Id: I44077de0a4a90a87d2d9e8499c1920da1ed066c9
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Ali Akhtarzada 2012-07-23 14:59:51 +02:00 committed by Qt by Nokia
parent bdab182bd0
commit 7d110111da

View File

@ -2249,6 +2249,8 @@ QTransform::operator QVariant() const
Returns true if the matrix represents some kind of a
rotating transformation, otherwise returns false.
\note A rotation transformation of 180 degrees and/or 360 degrees is treated as a scaling transformation.
\sa reset()
*/