summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslkey.cpp
diff options
context:
space:
mode:
authorShane Kearns <ext-shane.2.kearns@nokia.com>2012-05-03 18:10:19 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-03 19:34:58 +0200
commitbd7cd3467334dae70e4cd21a5df6c17e3e3ea4bf (patch)
treef3f22a711d2c525ca65e6218a94562b23050cc2a /src/network/ssl/qsslkey.cpp
parent12dad8357d7449c0ecfc33a8b7b5e33099fa8e7e (diff)
Document new APIs in 5.0
The \since 5.0 directive was missing from many places. Task-number: QTBUG-24001 Change-Id: I191ba8891ae66d78f923164bcab2fccb16eabef9 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/network/ssl/qsslkey.cpp')
-rw-r--r--src/network/ssl/qsslkey.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/ssl/qsslkey.cpp b/src/network/ssl/qsslkey.cpp
index c1dcf7d223..e934a2e383 100644
--- a/src/network/ssl/qsslkey.cpp
+++ b/src/network/ssl/qsslkey.cpp
@@ -269,6 +269,7 @@ QSslKey::QSslKey(QIODevice *device, QSsl::KeyAlgorithm algorithm, QSsl::Encoding
}
/*!
+ \since 5.0
Constructs a QSslKey from a valid native key \a handle.
\a type specifies whether the key is public or private.