summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslkey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qsslkey.cpp')
-rw-r--r--src/network/ssl/qsslkey.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/network/ssl/qsslkey.cpp b/src/network/ssl/qsslkey.cpp
index e934a2e383..31f211c3e7 100644
--- a/src/network/ssl/qsslkey.cpp
+++ b/src/network/ssl/qsslkey.cpp
@@ -313,6 +313,14 @@ QSslKey &QSslKey::operator=(const QSslKey &other)
}
/*!
+ \fn void QSslKey::swap(QSslKey &other)
+ \since 5.0
+
+ Swaps this ssl key with \a other. This function is very fast and
+ never fails.
+*/
+
+/*!
Returns true if this is a null key; otherwise false.
\sa clear()