diff options
author | Andy Shaw <qt-info@nokia.com> | 2010-12-01 07:55:47 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2010-12-01 07:55:47 (GMT) |
commit | 5822db01277a19d8424b1f0d55868a82c8e719e6 (patch) | |
tree | ed4ac41934337f79696c48557edfefd19b284077 | |
parent | 934f022bd7cb141e1a73a07a912f0945e895e4f8 (diff) | |
download | Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.zip Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.tar.gz Qt-5822db01277a19d8424b1f0d55868a82c8e719e6.tar.bz2 |
Fix two minor doc errors
Task-number: QTBUG-14929, QTBUG-15739
Reviewed-by: TrustMe
-rw-r--r-- | doc/src/platforms/emb-envvars.qdoc | 2 | ||||
-rw-r--r-- | src/corelib/tools/qalgorithms.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/platforms/emb-envvars.qdoc b/doc/src/platforms/emb-envvars.qdoc index 1d109b4..3f318eb 100644 --- a/doc/src/platforms/emb-envvars.qdoc +++ b/doc/src/platforms/emb-envvars.qdoc @@ -112,7 +112,7 @@ device, e.g., \c /dev/mouse for mouse devices and \c /dev/ts for touch panels. - Multiple keyboard drivers can be specified in one go: + Multiple mouse drivers can be specified in one go: \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 3 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) |