diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-11-01 01:22:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-11-01 01:22:38 (GMT) |
commit | 0d5e900da30192872cbfba98d81f6b0932d94821 (patch) | |
tree | 34322764293bd0ce9fee4a483e0b2c4fade99d7c /src/gui/painting | |
parent | 349b6c734aa7af85f3709312325c3b2e9abdad2b (diff) | |
download | Qt-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.cpp | 2 |
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 |