summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorLeonard Lee <leonard.lee@nokia.com>2012-08-06 13:14:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-08 14:13:53 +0200
commit7cd8782cb6f5c70d0c33621bf4686a01a22d4374 (patch)
tree461c0a16ceea50c33619b1594bff6bba1d64d3f9 /src/gui
parent8efcfda41f98af51c5d7ab72b5bc38926e9c3f11 (diff)
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>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/painting/qpainter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index 80da2e530c..0b162d772d 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -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}
*/