diff options
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 6f52e4ca..6732d048 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -209,6 +209,7 @@ private: ///< required for connecting to the XMPP server. QXmppPresence m_clientPresence; ///< Stores the current presence of the connected client QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager + QXmppRoster *m_roster; ///< Pointer to the roster manager QHash<QString,QXmppInvokable *> m_interfaces; }; |
