Fix link to qHash documentation

Change-Id: Idd72530464aae24fd0e5c144d0de663609632f68
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 11bde366e8316f06db88b95dabd397a35c398b7e)
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-12-01 16:08:58 +01:00
parent 952eb7a1d7
commit 66dbe670da

View File

@ -48,7 +48,7 @@
\section3 qHash() Signature
For custom types, QHash and QMultiHash rely on you providing
a \l{The qHash() hashing function} {custom qHash() function}
a \l{qHash}{custom qHash() function}
in the same namespace. In Qt 4 and Qt 5, the return
value and optional second argument of a \c qHash function
was of type \c uint. In Qt 6, it is \c size_t.