From 33c91102a58e2fbcf9d7a66e33b41a65fa3f0e0c Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Tue, 16 Jun 2020 00:41:57 +0200 Subject: Adds improved client certificate management, adds server certificate management. --- src/geminiclient.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/geminiclient.hpp') diff --git a/src/geminiclient.hpp b/src/geminiclient.hpp index 67e767b..deac50b 100644 --- a/src/geminiclient.hpp +++ b/src/geminiclient.hpp @@ -70,6 +70,8 @@ signals: void certificateRejected(CertificateRejection reason, QString const & info); + void networkError(QString const & reason); + private slots: void socketEncrypted(); -- cgit v1.2.3