summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/time/qdatetime.cpp')
-rw-r--r--src/corelib/time/qdatetime.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/corelib/time/qdatetime.cpp b/src/corelib/time/qdatetime.cpp
index e9a0bd07f84..0ec01da2be2 100644
--- a/src/corelib/time/qdatetime.cpp
+++ b/src/corelib/time/qdatetime.cpp
@@ -6273,10 +6273,8 @@ QDebug operator<<(QDebug dbg, const QDateTime &date)
#endif // debug_stream && datestring
/*! \fn size_t qHash(const QDateTime &key, size_t seed = 0)
- \relates QHash
+ \qhashold{QHash}
\since 5.0
-
- Returns the hash value for the \a key, using \a seed to seed the calculation.
*/
size_t qHash(const QDateTime &key, size_t seed)
{
@@ -6288,10 +6286,8 @@ size_t qHash(const QDateTime &key, size_t seed)
}
/*! \fn size_t qHash(QDate key, size_t seed = 0)
- \relates QHash
+ \qhashold{QHash}
\since 5.0
-
- Returns the hash value for the \a key, using \a seed to seed the calculation.
*/
size_t qHash(QDate key, size_t seed) noexcept
{
@@ -6299,10 +6295,8 @@ size_t qHash(QDate key, size_t seed) noexcept
}
/*! \fn size_t qHash(QTime key, size_t seed = 0)
- \relates QHash
+ \qhashold{QHash}
\since 5.0
-
- Returns the hash value for the \a key, using \a seed to seed the calculation.
*/
size_t qHash(QTime key, size_t seed) noexcept
{