summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qcryptographichash.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp
index f44dee89d4..0ae389c9f9 100644
--- a/src/corelib/tools/qcryptographichash.cpp
+++ b/src/corelib/tools/qcryptographichash.cpp
@@ -450,8 +450,7 @@ void QCryptographicHash::addData(const char *data, qsizetype length)
#endif
/*!
- Adds the first \a length chars of \a data to the cryptographic
- hash.
+ Adds the characters in \a bytes to the cryptographic hash.
\note In Qt versions prior to 6.3, this function took QByteArray,
not QByteArrayView.