Fix typo in APIDocs
authorThomas Zander <zander@kde.org>
Fri, 9 Dec 2011 13:01:32 +0000 (14:01 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sat, 10 Dec 2011 09:19:49 +0000 (10:19 +0100)
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>
src/gui/painting/qpainter.cpp

index 416fe5a..38f4ebd 100644 (file)
@@ -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.