summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-11-01 01:22:38 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-11-01 01:22:38 (GMT)
commit0d5e900da30192872cbfba98d81f6b0932d94821 (patch)
tree34322764293bd0ce9fee4a483e0b2c4fade99d7c /src/gui/painting
parent349b6c734aa7af85f3709312325c3b2e9abdad2b (diff)
downloadQt-0d5e900da30192872cbfba98d81f6b0932d94821.zip
Qt-0d5e900da30192872cbfba98d81f6b0932d94821.tar.gz
Qt-0d5e900da30192872cbfba98d81f6b0932d94821.tar.bz2
Fix a few typos in comments and docs.
Task-number: QTBUG-13714 Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qbackingstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qbackingstore.cpp b/src/gui/painting/qbackingstore.cpp
index ac9b994..8a1c154 100644
--- a/src/gui/painting/qbackingstore.cpp
+++ b/src/gui/painting/qbackingstore.cpp
@@ -446,7 +446,7 @@ QRegion QWidgetBackingStore::dirtyRegion(QWidget *widget) const
/*!
Returns the static content inside the \a parent if non-zero; otherwise the static content
- for the entire backing store is returned. The content will be clipped to \a withingClipRect
+ for the entire backing store is returned. The content will be clipped to \a withinClipRect
if non-empty.
*/
QRegion QWidgetBackingStore::staticContents(QWidget *parent, const QRect &withinClipRect) const