diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index f49ac75c..70f5297e 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -214,7 +214,7 @@ private: ///< TCP socket and XMPP protocol QXmppConfiguration m_config; ///< This object provides the configuration ///< required for connecting to the XMPP server. - QXmppPresence m_clientPrecence; ///< Stores the current presence of connected client + QXmppPresence m_clientPrecence; ///< Stores the current presence of the connected client QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager QHash<QString,QXmppInvokable *> m_interfaces; }; |
