aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 15:13:07 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 15:13:07 +0000
commit1b1a71efb3c9b6b4138171e139348f9b8dca03be (patch)
treeb7d097072568fbd3bf84bc548502c390cdeb1498 /source/QXmppClient.h
parent383c4ee09ac3987fe8cccc1122eff10b6ec60971 (diff)
downloadqxmpp-1b1a71efb3c9b6b4138171e139348f9b8dca03be.tar.gz
move QXmppConfiguration to QXmppStream
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index 3ae88a63..9f771de9 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -205,8 +205,6 @@ private slots:
private:
QXmppStream* m_stream; ///< Pointer to QXmppStream object a wrapper over
///< TCP socket and XMPP protocol
- QXmppConfiguration m_config; ///< This object provides the configuration
- ///< required for connecting to the XMPP server.
QXmppPresence m_clientPresence; ///< Stores the current presence of the connected client
QXmppArchiveManager *m_archiveManager; ///< Pointer to the archive manager
QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager