summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <[email protected]>2023-09-07 17:53:19 +0200
committerKai Köhne <[email protected]>2023-09-28 19:29:31 +0200
commit54b5ffb602ab9afda5281f1d6c5c77acc96cd8ed (patch)
treeecba5c2da5d8ef4dcfda39fa065f8d00a9f94443
parent8041bfba47305352627d910930e52da496904c17 (diff)
Doc: Don't mention setDefaultCiphers() (removed in Qt 6.0)
Pick-to: 6.5 6.6 Change-Id: I775da7679bf4ff398a22334103c3116befec7da9 Reviewed-by: Timur Pocheptsov <[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 9ec85c4b076..1fe33440b1f 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().