QNetworkRequest: document the new saturation behavior of transferTimeout()

Change-Id: I1b8b57c76f41e36ad14fff9c52f0c346f83426ed
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit 4403b6561b91c7435186116265b6e59e81c7ce03)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2024-08-27 17:50:06 +02:00 committed by Qt Cherry-pick Bot
parent b2df824e02
commit 52f471e23e

View File

@ -1041,7 +1041,10 @@ void QNetworkRequest::setDecompressedSafetyCheckThreshold(qint64 threshold)
Returns the timeout used for transfers, in milliseconds.
\sa setTransferTimeout()
If transferTimeoutAsDuration().count() cannot be represented in \c{int},
this function returns \c{INT_MAX}/\c{INT_MIN} instead.
\sa setTransferTimeout(), transferTimeoutAsDuration()
*/
/*!