diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-11 23:31:28 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-11 23:31:28 +0200 |
| commit | 6a8cdaf2f718fef8a826fd98241050a7d3cbfb3d (patch) | |
| tree | 46a5d8db858b45d633b72a74f8a7ce011ec3cbe9 /daemon/voicecallhandler.h | |
| parent | efb33d6494d88c27c8766553b6a963ddf2654458 (diff) | |
Use Log4Qt in daemon
Diffstat (limited to 'daemon/voicecallhandler.h')
| -rw-r--r-- | daemon/voicecallhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/voicecallhandler.h b/daemon/voicecallhandler.h index 678d8f8..f96a97a 100644 --- a/daemon/voicecallhandler.h +++ b/daemon/voicecallhandler.h @@ -3,12 +3,13 @@ #include <QObject> #include <QDateTime> - #include <QDBusPendingCallWatcher> +#include "Logger" class VoiceCallHandler : public QObject { Q_OBJECT + LOG4QT_DECLARE_QCLASS_LOGGER Q_ENUMS(VoiceCallStatus) |
