QSslServer: Document undocumented signal

Pick-to: 6.4
Change-Id: Ife21d43d682e9463d41a1dd8c377003fca6f120f
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Mårten Nordheim 2022-09-07 17:16:09 +02:00
parent b84f4be6b7
commit fe486d0fb4

View File

@ -171,6 +171,13 @@
QSslConfiguration::setHandshakeMustInterruptOnError()
*/
/*!
\fn void QSslServer::startedEncryptionHandshake(QSslSocket *socket)
This signal is emitted when the client, connected to \a socket,
initiates the TLS handshake.
*/
#include "qsslserver.h"
#include "qsslserver_p.h"