summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2010-12-01 07:55:47 (GMT)
committerAndy Shaw <qt-info@nokia.com>2010-12-01 07:55:47 (GMT)
commit5822db01277a19d8424b1f0d55868a82c8e719e6 (patch)
treeed4ac41934337f79696c48557edfefd19b284077 /src/corelib/tools
parent934f022bd7cb141e1a73a07a912f0945e895e4f8 (diff)
downloadQt-5822db01277a19d8424b1f0d55868a82c8e719e6.zip
Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.tar.gz
Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.tar.bz2
Fix two minor doc errors
Task-number: QTBUG-14929, QTBUG-15739 Reviewed-by: TrustMe
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)