summaryrefslogtreecommitdiff
path: root/daemon/voicecallmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/voicecallmanager.h')
-rw-r--r--daemon/voicecallmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/voicecallmanager.h b/daemon/voicecallmanager.h
index de18781..afb9a11 100644
--- a/daemon/voicecallmanager.h
+++ b/daemon/voicecallmanager.h
@@ -4,9 +4,9 @@
#include "voicecallhandler.h"
#include <QObject>
-
#include <QDBusInterface>
#include <QDBusPendingCallWatcher>
+#include "Logger"
class VoiceCallProviderData
{
@@ -27,6 +27,7 @@ typedef QList<VoiceCallHandler*> VoiceCallHandlerList;
class VoiceCallManager : public QObject
{
Q_OBJECT
+ LOG4QT_DECLARE_QCLASS_LOGGER
Q_PROPERTY(QDBusInterface* interface READ interface)