From 6a8cdaf2f718fef8a826fd98241050a7d3cbfb3d Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 11 Jul 2014 23:31:28 +0200 Subject: Use Log4Qt in daemon --- daemon/voicecallhandler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'daemon/voicecallhandler.h') 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 #include - #include +#include "Logger" class VoiceCallHandler : public QObject { Q_OBJECT + LOG4QT_DECLARE_QCLASS_LOGGER Q_ENUMS(VoiceCallStatus) -- cgit v1.2.3