Skip to content

Commit

Permalink
Fix copy-paste error in the QMultiHash documentation
Browse files Browse the repository at this point in the history
Pick-to: 6.8 6.7 6.5
Change-Id: I769a94710994a17160cca7f00243a634d8caf29c
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
Andras Mantia authored and amantia committed Jul 18, 2024
1 parent a984d98 commit 6f70ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corelib/tools/qhash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6f70ab0

Please sign in to comment.