summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-09-03 16:52:35 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-09-05 23:07:44 +0200
commit5f3df6e1c7788eb48e99b50fc872fcf3256a651f (patch)
tree2442480ec02e197c22664e1499807fac6a1c83e3 /src/corelib/tools
parent2262744ad00524384f1ee02cdec20cf36a3b5947 (diff)
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>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qcryptographichash.cpp2
1 files changed, 1 insertions, 1 deletions
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
{