aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppIncomingClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-06-26 14:32:50 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-06-26 14:32:50 +0200
commit2c54c28a78bde8bfa40652fe01bf810945bfc027 (patch)
treec870ad262ef0173c6605b293715907217b7d7c10 /src/server/QXmppIncomingClient.h
parente1b738e9ae8c1de5e677a4b7e71605138d179415 (diff)
parent228758c4c9c67a90eab087c864e91c560898956f (diff)
downloadqxmpp-2c54c28a78bde8bfa40652fe01bf810945bfc027.tar.gz
Merge branch 'master' of https://code.google.com/p/qxmpp
Diffstat (limited to 'src/server/QXmppIncomingClient.h')
-rw-r--r--src/server/QXmppIncomingClient.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/QXmppIncomingClient.h b/src/server/QXmppIncomingClient.h
index 92a8146b..6c52a386 100644
--- a/src/server/QXmppIncomingClient.h
+++ b/src/server/QXmppIncomingClient.h
@@ -63,11 +63,13 @@ protected:
private slots:
void onDigestReply();
void onPasswordReply();
+ void onSocketDisconnected();
void onTimeout();
private:
Q_DISABLE_COPY(QXmppIncomingClient)
- QXmppIncomingClientPrivate* const d;
+ QXmppIncomingClientPrivate* d;
+ friend class QXmppIncomingClientPrivate;
};
#endif