diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp index bc8c9490d9e..64ec33fce9f 100644 --- a/src/corelib/tools/qhash.cpp +++ b/src/corelib/tools/qhash.cpp @@ -2175,9 +2175,6 @@ size_t qHash(long double key, size_t seed) noexcept If a key is common to both hashes, its value will be replaced with the value stored in \a other. - - \note If \a other contains multiple entries with the same key then the - final value of the key is undefined. */ /*! \fn template bool QHash::empty() const