QNetworkConfiguration: add missing timeout unit to setConnectTimeout doc

Change-Id: I3738e989a41607244b55245222ec3c83dda68198
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
bb10
Samuel Gaist 2018-11-29 22:07:51 +01:00
parent 17ced070fd
commit 5d276d6a1d
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ int QNetworkConfiguration::connectTimeout() const
This allows control of the timeout used by \c QAbstractSocket
to establish a connection.
\note \a timeout is in millisecond.
\warning This will have no effect if the bearer plugin doesn't have
the CanStartAndStopInterfaces capability.