Trivial doc fix.
authorRichard Moore <rich@kde.org>
Sun, 15 Apr 2012 21:56:58 +0000 (22:56 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Apr 2012 16:35:49 +0000 (18:35 +0200)
Change-Id: I837c74d38b9f73aed41c3839421f5faad9d22f3f
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
src/network/ssl/qsslcertificate.cpp

index 65634a3..7282546 100644 (file)
@@ -797,6 +797,8 @@ QByteArray QSslCertificate::toDer() const
 /*!
     Returns this certificate converted to a human-readable text
     representation.
+
+    \since 5.0
 */
 QByteArray QSslCertificate::toText() const
 {
@@ -906,6 +908,8 @@ QList<QSslCertificate> QSslCertificate::fromData(const QByteArray &data, QSsl::E
     this will be looked up automatically either using the CA list specified by
     QSslSocket::defaultCaCertificates() or, if possible, it will be loaded on demand
     on Unix.
+
+    \since 5.0
  */
 QList<QSslError> QSslCertificate::verify(QList<QSslCertificate> certificateChain, const QString &hostName)
 {