From 62fc486a77fa882da6d60cfec323223dbbd26236 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 3 Sep 2021 15:36:50 +0200 Subject: Doc: fix a bunch of qdoc warnings from wrong prototypes * name method parameters consistently with their declaration * don't document parameters that are not there Pick-to: 6.2 Change-Id: I06ae9fdca357ed29eb7a72802f149eb4914181f4 Reviewed-by: Paul Wicking --- src/corelib/tools/qcryptographichash.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/corelib/tools') 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. -- cgit v1.2.3