diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-15 01:21:13 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-15 01:21:13 (GMT) |
commit | e3462ae7868c679bc88dc01de85ca39454651ff7 (patch) | |
tree | 6a0d3087de6daa9d16d07fad99a2fd83b70434ad /src/gui/painting/qpainter.cpp | |
parent | 83cdc9150311e30d8a77e69f7546b88e1eb1bdc3 (diff) | |
download | Qt-e3462ae7868c679bc88dc01de85ca39454651ff7.zip Qt-e3462ae7868c679bc88dc01de85ca39454651ff7.tar.gz Qt-e3462ae7868c679bc88dc01de85ca39454651ff7.tar.bz2 |
Fix typo in documentation.
Error was introduced in change 52f87de53328c661049acf09d5fedc1850aa9bfa.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r-- | src/gui/painting/qpainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 18993e1..2fa6a56 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -1465,7 +1465,7 @@ bool QPainter::isActive() const /*! Initializes the painters pen, background and font to the same as - the given \a widget. This function is automatically when the + the given \a widget. This function is called automatically when the painter is opened on a QWidget. \sa begin(), {QPainter#Settings}{Settings} |