summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorA-Team <ateam@pad.test.qt.nokia.com>2010-12-01 23:00:14 (GMT)
committerA-Team <ateam@pad.test.qt.nokia.com>2010-12-01 23:00:14 (GMT)
commitaeecea2fe853f1b10e84ac004de8b3461b295925 (patch)
treeb4b528634a0e4bd9fc7d09779e0aeac4bc89542e /src/corelib/tools
parentf6ae1a0bdd10d7afe5631c2054e4adb7b4c6bff3 (diff)
parent49187bc691e67dca741d300e95d5fcde146d5118 (diff)
downloadQt-aeecea2fe853f1b10e84ac004de8b3461b295925.zip
Qt-aeecea2fe853f1b10e84ac004de8b3461b295925.tar.gz
Qt-aeecea2fe853f1b10e84ac004de8b3461b295925.tar.bz2
Merge branch '4.7-upstream' into 4.7-doc
Diffstat (limited to 'src/corelib/tools')
-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)