diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-05-30 19:33:47 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-05-30 19:33:47 +0200 |
| commit | ea39cc542e17ce592dc3c4f2053d534bc458d88e (patch) | |
| tree | c3c6a369d5b6d8a6a4e0b3e3667a56ca19e93173 /geminiclient.hpp | |
| parent | 79ff338a3427a236ef53adf806c56616faa3426c (diff) | |
| download | kristall-ea39cc542e17ce592dc3c4f2053d534bc458d88e.tar.gz | |
More usability, survives conmans torture nearly with 100%
Diffstat (limited to 'geminiclient.hpp')
| -rw-r--r-- | geminiclient.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/geminiclient.hpp b/geminiclient.hpp index 5f0a38a..71256c0 100644 --- a/geminiclient.hpp +++ b/geminiclient.hpp @@ -69,6 +69,8 @@ private slots: void socketDisconnected(); + void sslErrors(const QList<QSslError> &errors); + private: bool is_receiving_body; |
