summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-04-08 08:35:18 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-15 01:29:02 (GMT)
commit07cab473de93fbd28fbf1bb038dc739a9977789b (patch)
tree6f376a05046abd4dcb1e59640a07c7234cf824b5 /src
parentb9fa1480c711cfea3bf442b928f3a47063c7b388 (diff)
downloadQt-07cab473de93fbd28fbf1bb038dc739a9977789b.zip
Qt-07cab473de93fbd28fbf1bb038dc739a9977789b.tar.gz
Qt-07cab473de93fbd28fbf1bb038dc739a9977789b.tar.bz2
Fix docs of QPainter::initFrom.
(cherry picked from commit 52f87de53328c661049acf09d5fedc1850aa9bfa)
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qpainter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index 415a8d3..a60ee7c 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -1465,8 +1465,8 @@ bool QPainter::isActive() const
/*!
Initializes the painters pen, background and font to the same as
- the given \a widget. Call this function after begin() while the
- painter is active.
+ the given \a widget. This function is automatically when the
+ painter is opened on a QWidget.
\sa begin(), {QPainter#Settings}{Settings}
*/