From 6a70ce99e42482991241d3f17cf1f7cb84bb5d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Tue, 26 Jul 2022 11:32:28 +0200 Subject: [PATCH] Schannel: remove outdated comment It is clearly not temporary anymore, nor is the reference to qsslsocket_winrt useful. Change-Id: If746959ddaf8ee564a62b4d168306c79aa466026 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Edward Welbourne --- src/plugins/tls/schannel/qtls_schannel.cpp | 1 - 1 file changed, 1 deletion(-) 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