Fix QPainter::rotate() documentation

Change-Id: I5d11f84181cad9be644e850c83459b47ec2f2f15
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Mitch Curtis 2015-12-15 13:17:35 +01:00
parent 374d35d5ba
commit c19216cbea

View File

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