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 {