summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2009-04-01 13:06:01 (GMT)
committerAndy Shaw <qt-info@nokia.com>2009-04-01 13:06:01 (GMT)
commitf6830ef93552005b5dc9fee2d9649f9915842615 (patch)
tree73dfe5634060240e70411d59c3b0dff6d46d1df5 /src/gui/painting/qpainter.cpp
parent363636a3aa8abce0344388c0357a237e0d23baa3 (diff)
downloadQt-f6830ef93552005b5dc9fee2d9649f9915842615.zip
Qt-f6830ef93552005b5dc9fee2d9649f9915842615.tar.gz
Qt-f6830ef93552005b5dc9fee2d9649f9915842615.tar.bz2
Subject: Fix typo in CompositionMode section
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-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 e2d9b32..fe6cc69 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -1293,7 +1293,7 @@ void QPainterPrivate::updateState(QPainterState *newState)
destination.
Note that composition transformation operates pixelwise. For that
- reason, there is a difference between using the grahic primitive
+ reason, there is a difference between using the graphic primitive
itself and its bounding rectangle: The bounding rect contains
pixels with alpha == 0 (i.e the pixels surrounding the
primitive). These pixels will overwrite the other image's pixels,