diff options
Diffstat (limited to 'src/QXmppOutgoingServer.h')
| -rw-r--r-- | src/QXmppOutgoingServer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/QXmppOutgoingServer.h b/src/QXmppOutgoingServer.h index 25d816b1..1ac726bd 100644 --- a/src/QXmppOutgoingServer.h +++ b/src/QXmppOutgoingServer.h @@ -24,6 +24,8 @@ #ifndef QXMPPOUTGOINGSERVER_H #define QXMPPOUTGOINGSERVER_H +#include <QAbstractSocket> + #include "QXmppStream.h" class QSslError; @@ -68,6 +70,7 @@ private slots: void connectToHost(const QXmppSrvInfo &serviceInfo); void sendDialback(); void slotSslErrors(const QList<QSslError> &errors); + void socketError(QAbstractSocket::SocketError error); private: Q_DISABLE_COPY(QXmppOutgoingServer) |
