Fix link to qHash documentation
Change-Id: Idd72530464aae24fd0e5c144d0de663609632f68 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
8e74ee0791
commit
11bde366e8
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue