summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
{