diff options
author | Taito Silvola <taito.silvola@digia.com> | 2011-05-05 09:09:32 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2011-05-05 12:11:58 (GMT) |
commit | 671fff6071d1064094bf41364b11df3b55e7a65c (patch) | |
tree | 980d57663037fc1d7f87fb0617e86d9fb5c94d55 | |
parent | 124ec3200f8453142717fcfe7a4aa0a55164aaa6 (diff) | |
download | Qt-671fff6071d1064094bf41364b11df3b55e7a65c.zip Qt-671fff6071d1064094bf41364b11df3b55e7a65c.tar.gz Qt-671fff6071d1064094bf41364b11df3b55e7a65c.tar.bz2 |
QSslConfiguration documentation fix
setPeerVerifyMode() and peerVerifyMode() comments fix
Merge-request: 1220
Reviewed-by: Peter Hartmann
-rw-r--r-- | src/network/ssl/qsslconfiguration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ssl/qsslconfiguration.cpp b/src/network/ssl/qsslconfiguration.cpp index 70d7dd8..ab4d7f1 100644 --- a/src/network/ssl/qsslconfiguration.cpp +++ b/src/network/ssl/qsslconfiguration.cpp @@ -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() */ |