diff options
Diffstat (limited to 'src/corelib/text/qlocale.cpp')
| -rw-r--r-- | src/corelib/text/qlocale.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
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 { |
