From 80cf5c3c0b779c869e61dca0da9eec18b962c8ce Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 12 Dec 2014 20:57:07 +0100 Subject: Replaced Log4Qt with Qt 5.2+ QLoggingCategory --- daemon/voicecallmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'daemon/voicecallmanager.h') diff --git a/daemon/voicecallmanager.h b/daemon/voicecallmanager.h index b7241ef..e0b610a 100644 --- a/daemon/voicecallmanager.h +++ b/daemon/voicecallmanager.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include class VoiceCallProviderData { @@ -28,7 +28,7 @@ typedef QList VoiceCallHandlerList; class VoiceCallManager : public QObject { Q_OBJECT - LOG4QT_DECLARE_QCLASS_LOGGER + QLoggingCategory l; Q_PROPERTY(QDBusInterface* interface READ interface) -- cgit v1.2.3