Explained degree unit in QPainter::rotate() function.
authorLeonard Lee <leonard.lee@nokia.com>
Mon, 6 Aug 2012 11:14:23 +0000 (13:14 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 8 Aug 2012 12:13:53 +0000 (14:13 +0200)
Task-number: QTBUG-26757
Change-Id: I9a03480513819aefb78d914a7170fb4997181643
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
src/gui/painting/qpainter.cpp

index 80da2e5..0b162d7 100644 (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}
 */