diff --git a/src/plugins/tls/schannel/qtls_schannel.cpp b/src/plugins/tls/schannel/qtls_schannel.cpp index 58e74357d84..31de6c0bd04 100644 --- a/src/plugins/tls/schannel/qtls_schannel.cpp +++ b/src/plugins/tls/schannel/qtls_schannel.cpp @@ -139,7 +139,6 @@ QList defaultCiphers() { // Previously the code was in QSslSocketBackendPrivate. QList ciphers; - // @temp (I hope), stolen from qsslsocket_winrt.cpp const QString protocolStrings[] = { QStringLiteral("TLSv1"), QStringLiteral("TLSv1.1"), QStringLiteral("TLSv1.2"), QStringLiteral("TLSv1.3") }; QT_WARNING_PUSH