diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp index 1087f215648..c2fd9db8790 100644 --- a/src/corelib/tools/qhash.cpp +++ b/src/corelib/tools/qhash.cpp @@ -2646,6 +2646,15 @@ size_t qHash(long double key, size_t seed) noexcept \sa remove() */ +/*! + \fn template void QMultiHash::clear() + \since 4.3 + + Removes all items from the hash and frees up all memory used by it. + + \sa remove() +*/ + /*! \fn template T QMultiHash::take(const Key &key) Removes the item with the \a key from the hash and returns