diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2010-10-06 14:06:23 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2010-10-06 14:06:23 (GMT) |
commit | 1c23776a78801d9466fa85af36919125de12a77f (patch) | |
tree | c08c8515aa0d250f1991fe54c3e19fe7fa2939be /src | |
parent | d20d4837b4ed27f786b5b181ebd003e5274cffae (diff) | |
download | Qt-1c23776a78801d9466fa85af36919125de12a77f.zip Qt-1c23776a78801d9466fa85af36919125de12a77f.tar.gz Qt-1c23776a78801d9466fa85af36919125de12a77f.tar.bz2 |
Doc: Fix broken links in QSslConfiguration
Task-number: QTBUG-14213
Reviewed-by: David Boddie
Diffstat (limited to 'src')
-rw-r--r-- | src/network/ssl/qsslconfiguration.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/network/ssl/qsslconfiguration.cpp b/src/network/ssl/qsslconfiguration.cpp index f8f67bb..1760b53 100644 --- a/src/network/ssl/qsslconfiguration.cpp +++ b/src/network/ssl/qsslconfiguration.cpp @@ -485,9 +485,10 @@ void QSslConfiguration::setCiphers(const QList<QSslCipher> &ciphers) /*! Returns this connection's CA certificate database. The CA certificate database is used by the socket during the handshake phase to - validate the peer's certificate. It can be moodified prior to the - handshake with addCaCertificate(), addCaCertificates(), and - setCaCertificates(). + validate the peer's certificate. It can be modified prior to the + handshake with setCaCertificates(), or with \l{QSslSocket}'s + \l{QSslSocket::}{addCaCertificate()} and + \l{QSslSocket::}{addCaCertificates()}. \sa setCaCertificates() */ |