Doc: Don't mention setDefaultCiphers() (removed in Qt 6.0)

Pick-to: 6.5
Change-Id: I775da7679bf4ff398a22334103c3116befec7da9
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
(cherry picked from commit 54b5ffb602ab9afda5281f1d6c5c77acc96cd8ed)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-09-07 17:53:19 +02:00 committed by Qt Cherry-pick Bot
parent 5c9e772985
commit ff180da7ea

View File

@ -97,8 +97,7 @@
\list \list
\li The socket's cryptographic cipher suite can be customized before \li The socket's cryptographic cipher suite can be customized before
the handshake phase with QSslConfiguration::setCiphers() the handshake phase with QSslConfiguration::setCiphers().
and QSslConfiguration::setDefaultCiphers().
\li The socket's local certificate and private key can be customized \li The socket's local certificate and private key can be customized
before the handshake phase with setLocalCertificate() and before the handshake phase with setLocalCertificate() and
setPrivateKey(). setPrivateKey().