aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 13:40:30 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 13:40:30 +0000
commita64de45ea1daec3a791c1e07f6b3381c0f6d5a97 (patch)
tree5f287a670204b527baed89a56ffd0e72ea9eb102 /source/QXmppClient.h
parente155e5658c178bea1c01ea70f4d04539a71b9f0a (diff)
downloadqxmpp-a64de45ea1daec3a791c1e07f6b3381c0f6d5a97.tar.gz
transfer logger ownership to QXmppStream
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index dff4fbfa..b418a2c5 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -203,7 +203,6 @@ private slots:
void xmppConnected();
private:
- QXmppLogger* m_logger;
QXmppStream* m_stream; ///< Pointer to QXmppStream object a wrapper over
///< TCP socket and XMPP protocol
QXmppConfiguration m_config; ///< This object provides the configuration