diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-03-12 16:58:37 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-03-12 16:58:37 +0100 |
| commit | 9646724764a0ff11807c3a32690e2d60372d1a7b (patch) | |
| tree | 8ae43ec3635cca1ea3509b3c884677b8ea16872f /src/client/QXmppOutgoingClient.h | |
| parent | 9a54d355a672340f7b78f58f382c83c0f6974655 (diff) | |
| download | qxmpp-9646724764a0ff11807c3a32690e2d60372d1a7b.tar.gz | |
emit sslErrors in a way they can be ignored on demand
Diffstat (limited to 'src/client/QXmppOutgoingClient.h')
| -rw-r--r-- | src/client/QXmppOutgoingClient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/QXmppOutgoingClient.h b/src/client/QXmppOutgoingClient.h index 99aa6ee5..19531e60 100644 --- a/src/client/QXmppOutgoingClient.h +++ b/src/client/QXmppOutgoingClient.h @@ -77,6 +77,9 @@ signals: /// This signal is emitted when an IQ is received. void iqReceived(const QXmppIq&); + /// This signal is emitted when SSL errors are encountered. + void sslErrors(const QList<QSslError> &errors); + protected: /// \cond // Overridable methods |
