From ff180da7eaa99f4b264598a7d583d1257a282d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Thu, 7 Sep 2023 17:53:19 +0200 Subject: [PATCH] Doc: Don't mention setDefaultCiphers() (removed in Qt 6.0) Pick-to: 6.5 Change-Id: I775da7679bf4ff398a22334103c3116befec7da9 Reviewed-by: Timur Pocheptsov (cherry picked from commit 54b5ffb602ab9afda5281f1d6c5c77acc96cd8ed) Reviewed-by: Qt Cherry-pick Bot --- src/network/ssl/qsslsocket.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp index 0563fd06634..4d8bda3dd76 100644 --- a/src/network/ssl/qsslsocket.cpp +++ b/src/network/ssl/qsslsocket.cpp @@ -97,8 +97,7 @@ \list \li The socket's cryptographic cipher suite can be customized before - the handshake phase with QSslConfiguration::setCiphers() - and QSslConfiguration::setDefaultCiphers(). + the handshake phase with QSslConfiguration::setCiphers(). \li The socket's local certificate and private key can be customized before the handshake phase with setLocalCertificate() and setPrivateKey().