summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.cpp
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-02-25 16:41:13 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2020-03-03 11:41:34 +0100
commitf4fca8697ffaf64a2e919bbbb96fbd2639c7ac60 (patch)
tree3f41a763b0b80d3a4c0b2e2afa408b71bc23acc3 /src/corelib/tools/qhash.cpp
parentc3fc9a24d8695447416b0eb40590fabea7287444 (diff)
Undeprecate QHash::count(Key)
For compatibility with std::unordered_map. Spotted in the API review. Change-Id: Ic34600d55baebcbbf115c1090cd555984037c44c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/tools/qhash.cpp')
-rw-r--r--src/corelib/tools/qhash.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/corelib/tools/qhash.cpp b/src/corelib/tools/qhash.cpp
index 15f731a603..7ebc374d9f 100644
--- a/src/corelib/tools/qhash.cpp
+++ b/src/corelib/tools/qhash.cpp
@@ -1574,7 +1574,6 @@ uint qHash(long double key, uint seed) noexcept
*/
/*! \fn template <class Key, class T> int QHash<Key, T>::count(const Key &key) const
- \obsolete
Returns the number of items associated with the \a key.
@@ -2693,13 +2692,6 @@ uint qHash(long double key, uint seed) noexcept
\sa QHash::remove()
*/
-/*! \fn template <class Key, class T> int QMultiHash<Key, T>::count(const Key &key) const
-
- Returns the number of items associated with the \a key.
-
- \sa contains(), insert()
-*/
-
/*!
\fn template <class Key, class T> int QMultiHash<Key, T>::count(const Key &key, const T &value) const
\since 4.3