Fix QPainter::rotate() documentation
Change-Id: I5d11f84181cad9be644e850c83459b47ec2f2f15 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
parent
374d35d5ba
commit
c19216cbea
@ -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}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user