summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-11-01 19:45:42 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-11-01 19:45:42 (GMT)
commit8e2b95b1115bc07f81d0fa22cc2929bb28d3e9bb (patch)
treea808f038dd5f1b254d2f41d637c085b8ccbbc747 /src/gui/painting
parentd194ebdc199fdd85245bfecb766d836dfa79c3f3 (diff)
parenta4f3cd9d7e67a8335d941321d7b8d6406d9907d6 (diff)
downloadQt-8e2b95b1115bc07f81d0fa22cc2929bb28d3e9bb.zip
Qt-8e2b95b1115bc07f81d0fa22cc2929bb28d3e9bb.tar.gz
Qt-8e2b95b1115bc07f81d0fa22cc2929bb28d3e9bb.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: QNAM HTTP: tst_qnetworkreply with setReadBufferSize() set Fix compilation on AIX 5.3 with gcc Doc: Fixed typo Fix poor English in QStyle::polish documentation. Fix a few typos in comments and docs.
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