diff options
author | Gunnar Sletta <gunnar.sletta@nokia.com> | 2010-09-27 05:10:54 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar.sletta@nokia.com> | 2010-09-27 05:42:46 (GMT) |
commit | 525fb40e868dbc507165155590c9cb831e2b25f9 (patch) | |
tree | 77027461968ce80edb0b6c364f2d2bcbd43389e4 /src/gui/painting | |
parent | 9ba2d4f4bfe67b91384c8ab8ec2ad46e7f56d7ab (diff) | |
download | Qt-525fb40e868dbc507165155590c9cb831e2b25f9.zip Qt-525fb40e868dbc507165155590c9cb831e2b25f9.tar.gz Qt-525fb40e868dbc507165155590c9cb831e2b25f9.tar.bz2 |
fix documentation of drawText(int, int, int, int, ...
Diffstat (limited to 'src/gui/painting')
-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 12be93e..376d68b 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -6185,7 +6185,7 @@ void QPainter::drawText(const QRectF &r, int flags, const QString &str, QRectF * By default, QPainter draws text anti-aliased. - \note The y-position is used as the baseline of the font. + \note The y-position is used as the top of the font. \sa Qt::AlignmentFlag, Qt::TextFlag */ |