diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-08 17:48:16 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-08 17:48:16 +0000 |
| commit | 9bc160b82ac13d823223c99a1fe885343bb251b1 (patch) | |
| tree | fe750f71fbbc6ed46900f5625232ee54c407f83d /source/QXmppClient.h | |
| parent | f123cb3997c0a12b00580dd2458bb3b308721486 (diff) | |
| download | qxmpp-9bc160b82ac13d823223c99a1fe885343bb251b1.tar.gz | |
refactor logging
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 74d075a4..4339535d 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -32,6 +32,7 @@ #include "QXmppConfiguration.h" #include "QXmppPresence.h" +class QXmppLogger; class QXmppStream; class QXmppPresence; class QXmppMessage; @@ -194,6 +195,7 @@ public: QXmppClient::StreamError getXmppStreamError(); virtual bool handleStreamElement(const QDomElement &element); + virtual QXmppLogger &logger(); public slots: void sendPacket(const QXmppPacket&); |
