From 4f7727d861cc7df8125cbc6f637120c18d679034 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 26 Jul 2013 14:50:11 +0200 Subject: Correct QHash::values() documentation. Change-Id: Ia19bd0578591f77e5aee1c7e3e619ba97754f384 Reviewed-by: Jerome Pasion --- src/corelib/tools/qhash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/tools/qhash.cpp') diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp index 59e7a979dc..4b9d120bb3 100644 --- a/src/corelib/tools/qhash.cpp +++ b/src/corelib/tools/qhash.cpp @@ -1226,7 +1226,7 @@ void QHashData::checkSanity() /*! \fn QList QHash::values() const Returns a list containing all the values in the hash, in an - arbitrary order. If a key is associated multiple values, all of + arbitrary order. 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. -- cgit v1.2.3