aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppOutgoingServer.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-01-31 09:18:46 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-01-31 09:18:46 +0000
commit29ddffd8818c2f566e24418ff91ea94d2a2c8e9d (patch)
tree82f202aef622c619fb32bb9a1abbd1c3ecfa213e /src/QXmppOutgoingServer.h
parent9ed7f845dd5f5cbf95135de24c465b08b709ca9f (diff)
downloadqxmpp-29ddffd8818c2f566e24418ff91ea94d2a2c8e9d.tar.gz
switch from QXmppSrvInfo to QDnsLookup
Diffstat (limited to 'src/QXmppOutgoingServer.h')
-rw-r--r--src/QXmppOutgoingServer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/QXmppOutgoingServer.h b/src/QXmppOutgoingServer.h
index a8141a6a..4e117c0e 100644
--- a/src/QXmppOutgoingServer.h
+++ b/src/QXmppOutgoingServer.h
@@ -32,7 +32,6 @@ class QSslError;
class QXmppDialback;
class QXmppOutgoingServer;
class QXmppOutgoingServerPrivate;
-class QXmppSrvInfo;
/// \brief The QXmppOutgoingServer class represents an outgoing XMPP stream
/// to another XMPP server.
@@ -70,7 +69,7 @@ public slots:
void queueData(const QByteArray &data);
private slots:
- void connectToHost(const QXmppSrvInfo &serviceInfo);
+ void _q_dnsLookupFinished();
void sendDialback();
void slotSslErrors(const QList<QSslError> &errors);
void socketError(QAbstractSocket::SocketError error);