diff options
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 40ceba62..6f52e4ca 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -198,6 +198,9 @@ public slots: void setClientPresence(QXmppPresence::Type presenceType); void setClientPresence(QXmppPresence::Status::Type statusType); +private slots: + void xmppConnected(); + private: QXmppLogger* m_logger; QXmppStream* m_stream; ///< Pointer to QXmppStream object a wrapper over |
