summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-12-01 08:52:33 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-12-01 08:52:33 (GMT)
commita6044059d3bb6a1f3f319c3f07e75b2e4258a56f (patch)
treec7ec0fe1e99be79f5f22339f7b2ea15aa6c0005d /src
parent75121229e20361eefb2655932033bdbb557df433 (diff)
parent5822db01277a19d8424b1f0d55868a82c8e719e6 (diff)
downloadQt-a6044059d3bb6a1f3f319c3f07e75b2e4258a56f.zip
Qt-a6044059d3bb6a1f3f319c3f07e75b2e4258a56f.tar.gz
Qt-a6044059d3bb6a1f3f319c3f07e75b2e4258a56f.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: Fix two minor doc errors
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qalgorithms.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qalgorithms.qdoc b/src/corelib/tools/qalgorithms.qdoc
index 898f940..cd33f28 100644
--- a/src/corelib/tools/qalgorithms.qdoc
+++ b/src/corelib/tools/qalgorithms.qdoc
@@ -266,7 +266,7 @@
\overload
- This is the same as qFind(\a{container}.begin(), \a{container}.end(), value);
+ This is the same as qFind(\a{container}.constBegin(), \a{container}.constEnd(), value);
*/
/*! \fn void qCount(InputIterator begin, InputIterator end, const T &value, Size &n)