From 66e5dbfc0d2dc7096bb4c9eabde870f4dded94be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Tue, 13 Jul 2021 14:50:02 +0200 Subject: [PATCH] QNetworkRequest: Fix decompression safety-check threshold docs The \sa was neglected Amends d33040548ff727a040ea66174cbd838e883fed56 Pick-to: 6.2 Change-Id: Ib298ac3390819f9ea4092a1f2bf470ea82c9e4fe Reviewed-by: Andreas Buhr --- src/network/access/qnetworkrequest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp index b15a0189f4..f6a6f09670 100644 --- a/src/network/access/qnetworkrequest.cpp +++ b/src/network/access/qnetworkrequest.cpp @@ -908,7 +908,7 @@ void QNetworkRequest::setHttp2Configuration(const QHttp2Configuration &configura If the decompressed size of a reply is smaller than this, Qt will simply decompress it, without further checking. - \sa setMinimumArchiveBombSize() + \sa setDecompressedSafetyCheckThreshold() */ qint64 QNetworkRequest::decompressedSafetyCheckThreshold() const { @@ -935,7 +935,7 @@ qint64 QNetworkRequest::decompressedSafetyCheckThreshold() const ZStandard), the reply will be treated as an error. Setting the threshold to \c{-1} disables this check. - \sa minimumArchiveBombSize() + \sa decompressedSafetyCheckThreshold() */ void QNetworkRequest::setDecompressedSafetyCheckThreshold(qint64 threshold) {