summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-01-18 13:42:07 +0100
committerMartin Smith <martin.smith@qt.io>2018-01-24 10:01:50 +0000
commitf30d733d1c9886fb5e125229eaa243351c1a525a (patch)
tree55d872f1a5798b272db4368cdd7b80b6e8dd2379 /src/network/ssl/qsslsocket.cpp
parentf53cbd26889d7114c40c5697eb78efcd38f39af0 (diff)
doc: Add more missing return types to \fn commands
Added missing return types to \fn commands and removed some unnecessary \internal comments. Change-Id: Ie6691f83a1c510134d1e83c3d98758360a67217e Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/network/ssl/qsslsocket.cpp')
-rw-r--r--src/network/ssl/qsslsocket.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ssl/qsslsocket.cpp b/src/network/ssl/qsslsocket.cpp
index 145ae1a3c8..9f07b53e4b 100644
--- a/src/network/ssl/qsslsocket.cpp
+++ b/src/network/ssl/qsslsocket.cpp
@@ -215,7 +215,7 @@
*/
/*!
- \fn QSslSocket::encrypted()
+ \fn void QSslSocket::encrypted()
This signal is emitted when QSslSocket enters encrypted mode. After this
signal has been emitted, QSslSocket::isEncrypted() will return true, and
@@ -225,7 +225,7 @@
*/
/*!
- \fn QSslSocket::modeChanged(QSslSocket::SslMode mode)
+ \fn void QSslSocket::modeChanged(QSslSocket::SslMode mode)
This signal is emitted when QSslSocket changes from \l
QSslSocket::UnencryptedMode to either \l QSslSocket::SslClientMode or \l
@@ -235,7 +235,7 @@
*/
/*!
- \fn QSslSocket::encryptedBytesWritten(qint64 written)
+ \fn void QSslSocket::encryptedBytesWritten(qint64 written)
\since 4.4
This signal is emitted when QSslSocket writes its encrypted data to the