Explained degree unit in QPainter::rotate() function.

Task-number: QTBUG-26757
Change-Id: I9a03480513819aefb78d914a7170fb4997181643
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
This commit is contained in:
Leonard Lee 2012-08-06 13:14:23 +02:00 committed by Qt by Nokia
parent 8efcfda41f
commit 7cd8782cb6

View File

@ -3134,7 +3134,7 @@ void QPainter::shear(qreal sh, qreal sv)
/*!
\fn void QPainter::rotate(qreal angle)
Rotates the coordinate system the given \a angle clockwise.
Rotates the coordinate system clockwise. The given \a angle parameter uses degree unit.
\sa setWorldTransform(), {QPainter#Coordinate Transformations}{Coordinate Transformations}
*/