Doc: Also fix qdoc signature of qHash(const QTypeRevision &key ...)
Amends c6cdf38e75
Change-Id: I1d14bb46d1cbe8568bb923e68b6423cb3ff7e8ed
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
parent
763752ded1
commit
29de3412ad
|
|
@ -739,7 +739,7 @@ QDebug operator<<(QDebug debug, const QTypeRevision &revision)
|
|||
#endif
|
||||
|
||||
/*!
|
||||
\fn uint qHash(const QTypeRevision &key, uint seed)
|
||||
\fn size_t qHash(const QTypeRevision &key, size_t seed)
|
||||
\relates QHash
|
||||
\since 6.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue