diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 13:40:30 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-04 13:40:30 +0000 |
| commit | a64de45ea1daec3a791c1e07f6b3381c0f6d5a97 (patch) | |
| tree | 5f287a670204b527baed89a56ffd0e72ea9eb102 /source/QXmppClient.h | |
| parent | e155e5658c178bea1c01ea70f4d04539a71b9f0a (diff) | |
| download | qxmpp-a64de45ea1daec3a791c1e07f6b3381c0f6d5a97.tar.gz | |
transfer logger ownership to QXmppStream
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 1 |
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 |
