diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-07 11:37:12 (GMT) |
commit | 67267842ce658d956f11d52194566b6de1f84f9a (patch) | |
tree | 5efbab1f89f2f0ae46a09dfdd4225394122ae8a0 /src/gui/painting/qpainter.cpp | |
parent | 84658ec4e650b12dcea6f886b530e66a195465cf (diff) | |
download | Qt-67267842ce658d956f11d52194566b6de1f84f9a.zip Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.gz Qt-67267842ce658d956f11d52194566b6de1f84f9a.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r-- | src/gui/painting/qpainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index ab9707d..3f6586d 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -9085,7 +9085,7 @@ void QPainter::drawPixmapFragments(const PixmapFragment *fragments, int fragment QPainter::drawPixmapFragments() function. The variables \a x, \a y, \a width and \a height are used to calculate the target rectangle that is drawn. \a x and \a y denotes the center of the target rectangle. The \a - width and \a heigth in the target rectangle is scaled by the \a scaleX and + width and \a height in the target rectangle is scaled by the \a scaleX and \a scaleY values. The resulting target rectangle is then rotated \a rotation degrees around the \a x, \a y center point. |