summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorThomas Zander <zander@kde.org>2011-12-09 14:01:32 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-10 10:19:49 +0100
commitfb8dc15ba6d24452d819ab40b1dd4227e36a9c2c (patch)
tree05160003484d8ba5ff627211fd2a3ea4a2e175cf /src/gui
parentd215bdfc523739187931b0921e174e5fc217d0e4 (diff)
Fix typo in APIDocs
The name of an enum was slightly misspelled in the API docs, so lets make sure its now copy-paste friendly. Change-Id: I5da5230ab29743b63bf238a379891c98ac9d5039 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Thomas Zander <zander@kde.org> Reviewed-by: Olivier Goffart <ogoffart@woboq.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 416fe5adbf..38f4ebd260 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -2201,7 +2201,7 @@ void QPainter::setBrushOrigin(const QPointF &p)
source defines the translucency of the pixel.
When the paint device is a QImage, the image format must be set to
- \l {QImage::Format}{Format_ARGB32Premultiplied} or
+ \l {QImage::Format}{Format_ARGB32_Premultiplied} or
\l {QImage::Format}{Format_ARGB32} for the composition modes to have
any effect. For performance the premultiplied version is the preferred
format.