diff --git a/src/corelib/tools/qmap.qdoc b/src/corelib/tools/qmap.qdoc index 5d0825708b..6c7d7bcbc4 100644 --- a/src/corelib/tools/qmap.qdoc +++ b/src/corelib/tools/qmap.qdoc @@ -413,9 +413,7 @@ /*! \fn template QList QMap::values() const Returns a list containing all the values in the map, in ascending - order of their keys. If a key is associated with multiple values, - all of its values will be in the list, and not just the most - recently inserted one. + order of their keys. This function creates a new list, in \l {linear time}. The time and memory use that entails can be avoided by iterating from \l keyValueBegin() to