summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-04-15 11:21:13 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-15 11:21:13 +1000
commite3462ae7868c679bc88dc01de85ca39454651ff7 (patch)
tree6a0d3087de6daa9d16d07fad99a2fd83b70434ad
parent83cdc9150311e30d8a77e69f7546b88e1eb1bdc3 (diff)
Fix typo in documentation.
Error was introduced in change 52f87de53328c661049acf09d5fedc1850aa9bfa. Reviewed-by: Trust Me
-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 18993e1663..2fa6a56e47 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}