diff options
Diffstat (limited to 'src/protocolhandler.hpp')
| -rw-r--r-- | src/protocolhandler.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/protocolhandler.hpp b/src/protocolhandler.hpp index 2fc60db..c5bb653 100644 --- a/src/protocolhandler.hpp +++ b/src/protocolhandler.hpp @@ -61,6 +61,9 @@ signals: //! The server wants us to use a client certificate void certificateRequired(QString const & info); + + //! The server uses TLS and has a certificate. + void hostCertificateLoaded(QSslCertificate const & cert); protected: void emitNetworkError(QAbstractSocket::SocketError error_code, QString const & textual_description); }; |
