diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-03-25 16:57:58 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-03-25 16:57:58 (GMT) |
commit | 97a05106707896c65d6fc0b563e9fd7ae9a0637d (patch) | |
tree | be796e5426b74a7a1d06c8623aab57b6d3c7ad26 /src/network | |
parent | 5dcf29ec09bd9741bb48449a07831987a75bf42a (diff) | |
download | Qt-97a05106707896c65d6fc0b563e9fd7ae9a0637d.zip Qt-97a05106707896c65d6fc0b563e9fd7ae9a0637d.tar.gz Qt-97a05106707896c65d6fc0b563e9fd7ae9a0637d.tar.bz2 |
Small documentation enhancement for QSslSocket
RevBy: TrustMe
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/ssl/qsslsocket.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp index 4abf865..39ac5da 100644 --- a/src/network/ssl/qsslsocket.cpp +++ b/src/network/ssl/qsslsocket.cpp @@ -398,9 +398,12 @@ void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, O /*! \since 4.6 + \overload - Variant of connectToHostEncrypted that enables to use a different hostname (\a sslPeerName) - for the certificate validation than the one used for the TCP connection (\a hostName). + In addition to the original behaviour of connectToHostEncrypted, + this overloaded method enables the usage of a different hostname + (\a sslPeerName) for the certificate validation instead of + the one used for the TCP connection (\a hostName). \sa connectToHostEncrypted() */ |