diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp index f20c77b488b..438ac8da9ad 100644 --- a/src/corelib/tools/qhash.cpp +++ b/src/corelib/tools/qhash.cpp @@ -3842,7 +3842,7 @@ size_t qHash(long double key, size_t seed) noexcept /*! \typedef QMultiHash::const_key_value_iterator \inmodule QtCore \since 5.10 - \brief The QMap::const_key_value_iterator typedef provides an STL-style const iterator for QMultiHash and QMultiHash. + \brief The QMultiHash::const_key_value_iterator typedef provides an STL-style const iterator for QMultiHash. QMultiHash::const_key_value_iterator is essentially the same as QMultiHash::const_iterator with the difference that operator*() returns a key/value pair instead of a @@ -3854,7 +3854,7 @@ size_t qHash(long double key, size_t seed) noexcept /*! \typedef QMultiHash::key_value_iterator \inmodule QtCore \since 5.10 - \brief The QMap::key_value_iterator typedef provides an STL-style iterator for QMultiHash and QMultiHash. + \brief The QMultiHash::key_value_iterator typedef provides an STL-style iterator for QMultiHash. QMultiHash::key_value_iterator is essentially the same as QMultiHash::iterator with the difference that operator*() returns a key/value pair instead of a