diff options
author | A-Team <ateam@pad.test.qt.nokia.com> | 2010-12-01 23:00:14 (GMT) |
---|---|---|
committer | A-Team <ateam@pad.test.qt.nokia.com> | 2010-12-01 23:00:14 (GMT) |
commit | aeecea2fe853f1b10e84ac004de8b3461b295925 (patch) | |
tree | b4b528634a0e4bd9fc7d09779e0aeac4bc89542e /src/corelib/tools | |
parent | f6ae1a0bdd10d7afe5631c2054e4adb7b4c6bff3 (diff) | |
parent | 49187bc691e67dca741d300e95d5fcde146d5118 (diff) | |
download | Qt-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.qdoc | 2 |
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) |