diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-04-08 08:35:18 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-04-14 09:09:29 (GMT) |
commit | 52f87de53328c661049acf09d5fedc1850aa9bfa (patch) | |
tree | 66f50ff75ff4016bfeed6b715bfb02eabbb29883 /src/gui/painting/qpainter.cpp | |
parent | d5a99cff5235ff72f68f57ab0772274d332b118b (diff) | |
download | Qt-52f87de53328c661049acf09d5fedc1850aa9bfa.zip Qt-52f87de53328c661049acf09d5fedc1850aa9bfa.tar.gz Qt-52f87de53328c661049acf09d5fedc1850aa9bfa.tar.bz2 |
Fix docs of QPainter::initFrom.
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r-- | src/gui/painting/qpainter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 2beb8c2..18993e1 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} */ |