aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppOutgoingServer.h')
-rw-r--r--src/QXmppOutgoingServer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppOutgoingServer.h b/src/QXmppOutgoingServer.h
index 055fe133..8298d9c0 100644
--- a/src/QXmppOutgoingServer.h
+++ b/src/QXmppOutgoingServer.h
@@ -30,6 +30,7 @@ class QSslError;
class QXmppDialback;
class QXmppOutgoingServer;
class QXmppOutgoingServerPrivate;
+class QXmppSrvInfo;
/// \brief The QXmppOutgoingServer class represents an outgoing XMPP stream
/// to another XMPP server.
@@ -64,6 +65,7 @@ protected:
/// \endcond
private slots:
+ void connectToHost(const QXmppSrvInfo &serviceInfo);
void slotSslErrors(const QList<QSslError> &errors);
private: