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

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>
(cherry picked from commit ff180da7eaa99f4b264598a7d583d1257a282d65)
This commit is contained in:
Kai Köhne 2023-09-07 17:53:19 +02:00 committed by Qt Cherry-pick Bot
parent 4fb56bd677
commit 8ef3ad36e7

View File

@ -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().