summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text')
-rw-r--r--src/corelib/text/qbytearray.cpp5
-rw-r--r--src/corelib/text/qlocale.cpp5
-rw-r--r--src/corelib/text/qstringview.cpp6
3 files changed, 8 insertions, 8 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp
index 0b3999b10c7..496d6eca7fc 100644
--- a/src/corelib/text/qbytearray.cpp
+++ b/src/corelib/text/qbytearray.cpp
@@ -5134,10 +5134,7 @@ emscripten::val QByteArray::toEcmaUint8Array()
*/
/*!
- \relates QByteArray::FromBase64Result
-
- Returns the hash value for \a key, using
- \a seed to seed the calculation.
+ \qhashold{QByteArray::FromBase64Result}
*/
size_t qHash(const QByteArray::FromBase64Result &key, size_t seed) noexcept
{
diff --git a/src/corelib/text/qlocale.cpp b/src/corelib/text/qlocale.cpp
index 48996eaacbb..e0af809c0b6 100644
--- a/src/corelib/text/qlocale.cpp
+++ b/src/corelib/text/qlocale.cpp
@@ -1266,10 +1266,7 @@ bool QLocale::equals(const QLocale &other) const noexcept
/*!
\since 5.6
- \relates QLocale
-
- Returns the hash value for \a key, using
- \a seed to seed the calculation.
+ \qhashold{QLocale}
*/
size_t qHash(const QLocale &key, size_t seed) noexcept
{
diff --git a/src/corelib/text/qstringview.cpp b/src/corelib/text/qstringview.cpp
index ad6d618bc59..1510c31bca5 100644
--- a/src/corelib/text/qstringview.cpp
+++ b/src/corelib/text/qstringview.cpp
@@ -163,6 +163,12 @@ QT_BEGIN_NAMESPACE
*/
/*!
+ \fn size_t qHash(QStringView key, size_t seed)
+ \since 5.10
+ \qhashold{QStringView}
+*/
+
+/*!
\fn QStringView::QStringView()
Constructs a null string view.