Correct QHash::values() documentation.
Change-Id: Ia19bd0578591f77e5aee1c7e3e619ba97754f384 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
456a4740cc
commit
4f7727d861
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user