QNetworkRequest: Fix decompression safety-check threshold docs

The \sa was neglected

Amends d33040548f

Pick-to: 6.2
Change-Id: Ib298ac3390819f9ea4092a1f2bf470ea82c9e4fe
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
bb10
Mårten Nordheim 2021-07-13 14:50:02 +02:00
parent 9ee4290293
commit 66e5dbfc0d
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{