aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppIncomingServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/QXmppIncomingServer.h')
-rw-r--r--src/server/QXmppIncomingServer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/QXmppIncomingServer.h b/src/server/QXmppIncomingServer.h
index 371da404..ef86ec20 100644
--- a/src/server/QXmppIncomingServer.h
+++ b/src/server/QXmppIncomingServer.h
@@ -60,10 +60,12 @@ protected:
private slots:
void slotDialbackResponseReceived(const QXmppDialback &dialback);
+ void slotSocketDisconnected();
private:
Q_DISABLE_COPY(QXmppIncomingServer)
- QXmppIncomingServerPrivate* const d;
+ QXmppIncomingServerPrivate* d;
+ friend class QXmppIncomingServerPrivate;
};
#endif