From 5f3df6e1c7788eb48e99b50fc872fcf3256a651f Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 3 Sep 2021 16:52:35 +0200 Subject: 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 Reviewed-by: Paul Wicking --- src/corelib/tools/qcryptographichash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/tools') diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp index 0ae389c9f9..e1f15d2b93 100644 --- a/src/corelib/tools/qcryptographichash.cpp +++ b/src/corelib/tools/qcryptographichash.cpp @@ -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 { -- cgit v1.2.3