summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <[email protected]>2023-09-07 17:53:19 +0200
committerQt Cherry-pick Bot <[email protected]>2023-09-28 17:49:46 +0000
commitff180da7eaa99f4b264598a7d583d1257a282d65 (patch)
tree23562553cc47483d18231721684377a2baa5b695
parent5c9e77298583d9955c139765783e403314799f42 (diff)
Doc: Don't mention setDefaultCiphers() (removed in Qt 6.0)
Pick-to: 6.5 Change-Id: I775da7679bf4ff398a22334103c3116befec7da9 Reviewed-by: Timur Pocheptsov <[email protected]> (cherry picked from commit 54b5ffb602ab9afda5281f1d6c5c77acc96cd8ed) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-rw-r--r--src/network/ssl/qsslsocket.cpp3
1 files changed, 1 insertions, 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().