From 4c7524cbe8f7d53faeda8d4ecb65ee050f209e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Tue, 25 Oct 2022 16:28:39 +0200 Subject: [PATCH] QSctpSocket: Update windows-note to specify 'class' When we say 'this feature', it can be misunderstood to mean the subject of discussion in the immediately preceding paragraph. Pick-to: 6.4 6.2 Fixes: QTBUG-107720 Change-Id: I726c7a591f01e59c3c36c802abeb17b51abf0777 Reviewed-by: Alex Trotsenko Reviewed-by: Giuseppe D'Angelo Reviewed-by: Timur Pocheptsov --- src/network/socket/qsctpserver.cpp | 2 +- src/network/socket/qsctpsocket.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/socket/qsctpserver.cpp b/src/network/socket/qsctpserver.cpp index 4e61a6c6bd..cd060d93e8 100644 --- a/src/network/socket/qsctpserver.cpp +++ b/src/network/socket/qsctpserver.cpp @@ -46,7 +46,7 @@ between endpoints. Call nextPendingDatagramConnection() to accept the pending datagram-mode connection as a connected QSctpSocket. - \note This feature is not supported on the Windows platform. + \note This class is not supported on the Windows platform. \sa QTcpServer, QSctpSocket, QAbstractSocket */ diff --git a/src/network/socket/qsctpsocket.cpp b/src/network/socket/qsctpsocket.cpp index 546c2d18bf..27c6fc930c 100644 --- a/src/network/socket/qsctpsocket.cpp +++ b/src/network/socket/qsctpsocket.cpp @@ -74,7 +74,7 @@ etc. is allowed in datagram mode with the same limitations as in continuous byte stream mode. - \note This feature is not supported on the Windows platform. + \note This class is not supported on the Windows platform. \sa QSctpServer, QTcpSocket, QAbstractSocket */