QAbstractSocket: remove note about WinRT

It's no longer supported

Pick-to: 6.3 6.2
Change-Id: I751ed0904f17e11c65bd60b55e11db9066d01ab2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Mårten Nordheim 2022-03-03 15:26:26 +01:00
parent f39f539858
commit e09dd6b124

View File

@ -1946,9 +1946,6 @@ bool QAbstractSocket::setSocketDescriptor(qintptr socketDescriptor, SocketState
\since 4.6 \since 4.6
Sets the given \a option to the value described by \a value. Sets the given \a option to the value described by \a value.
\note On Windows Runtime, QAbstractSocket::KeepAliveOption must be set
before the socket is connected.
\sa socketOption() \sa socketOption()
*/ */
void QAbstractSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value) void QAbstractSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value)