Fix link to qHash documentation

Change-Id: Idd72530464aae24fd0e5c144d0de663609632f68
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Volker Hilsheimer 2020-12-01 16:08:58 +01:00
parent 8e74ee0791
commit 11bde366e8
1 changed files with 1 additions and 1 deletions

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.