QSslConfiguration documentation fix
setPeerVerifyMode() and peerVerifyMode() comments fix Merge-request: 1220 Reviewed-by: Peter Hartmann
This commit is contained in:
parent
a4e3b2bd5e
commit
c3ad797d8a
@ -233,7 +233,7 @@ void QSslConfiguration::setProtocol(QSsl::SslProtocol protocol)
|
||||
client), and whether it should require that this certificate is valid.
|
||||
|
||||
The default mode is AutoVerifyPeer, which tells QSslSocket to use
|
||||
VerifyPeer for clients, QueryPeer for clients.
|
||||
VerifyPeer for clients, QueryPeer for servers.
|
||||
|
||||
\sa setPeerVerifyMode()
|
||||
*/
|
||||
@ -249,7 +249,7 @@ QSslSocket::PeerVerifyMode QSslConfiguration::peerVerifyMode() const
|
||||
client), and whether it should require that this certificate is valid.
|
||||
|
||||
The default mode is AutoVerifyPeer, which tells QSslSocket to use
|
||||
VerifyPeer for clients, QueryPeer for clients.
|
||||
VerifyPeer for clients, QueryPeer for servers.
|
||||
|
||||
\sa peerVerifyMode()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user