From 85c5ae2ab89c2671a7030a80ac0629a2eea1be89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 9 Dec 2021 19:28:45 +0100 Subject: [PATCH] QHash::insert: Remove outdated \note It was added in 5.15 when QHash could have multiple entries per key. Pick-to: 6.2 6.3 Change-Id: Ifb855b05dd65bbc67bb64bf2567229394525b2aa Reviewed-by: Lars Knoll --- src/corelib/tools/qhash.cpp | 3 --- 1 file changed, 3 deletions(-) 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