Doc: Rename TransferTimeoutPreset to DefaultTransferTimeoutConstant
A couple missed instances.
Amends 0394961f95
Change-Id: I41d47d1476c6688ca8a40b1ca62131891b9dec28
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
6d18e4a2b8
commit
bf377dd1af
@ -1728,7 +1728,7 @@ int QNetworkAccessManager::transferTimeout() const
|
|||||||
Transfers are aborted if no bytes are transferred before
|
Transfers are aborted if no bytes are transferred before
|
||||||
the timeout expires. Zero means no timer is set. If no
|
the timeout expires. Zero means no timer is set. If no
|
||||||
argument is provided, the timeout is
|
argument is provided, the timeout is
|
||||||
QNetworkRequest::TransferTimeoutPreset. If this function
|
QNetworkRequest::DefaultTransferTimeoutConstant. If this function
|
||||||
is not called, the timeout is disabled and has the
|
is not called, the timeout is disabled and has the
|
||||||
value zero. The request-specific non-zero timeouts set for
|
value zero. The request-specific non-zero timeouts set for
|
||||||
the requests that are executed override this value. This means
|
the requests that are executed override this value. This means
|
||||||
|
@ -949,7 +949,7 @@ int QNetworkRequest::transferTimeout() const
|
|||||||
Transfers are aborted if no bytes are transferred before
|
Transfers are aborted if no bytes are transferred before
|
||||||
the timeout expires. Zero means no timer is set. If no
|
the timeout expires. Zero means no timer is set. If no
|
||||||
argument is provided, the timeout is
|
argument is provided, the timeout is
|
||||||
QNetworkRequest::TransferTimeoutPreset. If this function
|
QNetworkRequest::DefaultTransferTimeoutConstant. If this function
|
||||||
is not called, the timeout is disabled and has the
|
is not called, the timeout is disabled and has the
|
||||||
value zero.
|
value zero.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user