summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qmultimap.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qmultimap.qdoc b/src/corelib/tools/qmultimap.qdoc
index a57708b261..913d4155d7 100644
--- a/src/corelib/tools/qmultimap.qdoc
+++ b/src/corelib/tools/qmultimap.qdoc
@@ -699,6 +699,8 @@
from the multi map, and returns an iterator to the next item in the
map.
+ \note The iterator \a pos must be valid and dereferenceable.
+
\sa remove()
*/
@@ -710,6 +712,8 @@
Returns an iterator to the item in the multi map following the last
removed element.
+ \note The range \c {[first, last)} \e must be a valid range in \c {*this}.
+
\sa remove()
*/