summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2021-12-09 19:28:45 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2021-12-13 14:16:25 +0000
commit85c5ae2ab89c2671a7030a80ac0629a2eea1be89 (patch)
tree03365924cbeb92d21fbbdf829348dd36eb26ef45
parent0bea727cac6b22af05e0ae68b02de6684c98667b (diff)
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 <lars.knoll@qt.io>
-rw-r--r--src/corelib/tools/qhash.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp
index bc8c9490d9..64ec33fce9 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 <class Key, class T> bool QHash<Key, T>::empty() const