Doc: fix qdoc warning from wrong see-also
Only QByteArray has a toHex() member, QByteArrayView doesn't. Since toHex() is linked to from result() already, remove it here to avoid the wrong impression that there was a toHex() that doesn't require any memory allocation. Change-Id: I76f876aca90403baebf9328b794aeaf9be698c46 Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
2262744ad0
commit
5f3df6e1c7
@ -571,7 +571,7 @@ QByteArray QCryptographicHash::result() const
|
||||
Note that the returned view remains valid only as long as the QCryptographicHash object is
|
||||
not modified by other means.
|
||||
|
||||
\sa result(), QByteArrayView::toHex()
|
||||
\sa result()
|
||||
*/
|
||||
QByteArrayView QCryptographicHash::resultView() const noexcept
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user