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} */