Correct QHash::values() documentation.

Change-Id: Ia19bd0578591f77e5aee1c7e3e619ba97754f384
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Mitch Curtis 2013-07-26 14:50:11 +02:00 committed by The Qt Project
parent 456a4740cc
commit 4f7727d861

View File

@ -1226,7 +1226,7 @@ void QHashData::checkSanity()
/*! \fn QList<T> 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.