summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-10-14 08:41:55 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-10-14 08:41:55 (GMT)
commitb0557f0d11b247284e2b5e879b34f9d28a99e3e4 (patch)
treea27fe0bba21219e00696fda2c05aca080524c3a0 /src/gui/painting/qpainter.cpp
parent5f7d9f9efe78fa7e537c32177c1b66a76fffddde (diff)
parent42a67d48d8772b91f59c4141b278a46d402d4276 (diff)
downloadQt-b0557f0d11b247284e2b5e879b34f9d28a99e3e4.zip
Qt-b0557f0d11b247284e2b5e879b34f9d28a99e3e4.tar.gz
Qt-b0557f0d11b247284e2b5e879b34f9d28a99e3e4.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r--src/gui/painting/qpainter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index f271af9..155eefe 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -2051,8 +2051,7 @@ QPoint QPainter::brushOrigin() const
Sets the brush origin to \a position.
The brush origin specifies the (0, 0) coordinate of the painter's
- brush. This setting only applies to pattern brushes and pixmap
- brushes.
+ brush.
Note that while the brushOrigin() was necessary to adopt the
parent's background for a widget in Qt 3, this is no longer the