summaryrefslogtreecommitdiff
path: root/daemon/notificationmanager.h
diff options
context:
space:
mode:
authorPhilipp Andreas <github@smurfy.de>2014-07-12 09:45:33 +0200
committerPhilipp Andreas <github@smurfy.de>2014-07-12 09:45:33 +0200
commitb8e1190847ff8cad9276bc1bc751aef454a713d4 (patch)
tree2e9ba28e2fb6a1955ed78da462eb5acc40867eab /daemon/notificationmanager.h
parent2101baf2911d7965c86e5308e4d8350790a6956c (diff)
Using log4qt logging instead of qDebug()
Diffstat (limited to 'daemon/notificationmanager.h')
-rw-r--r--daemon/notificationmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/notificationmanager.h b/daemon/notificationmanager.h
index dd3f8bb..45ae090 100644
--- a/daemon/notificationmanager.h
+++ b/daemon/notificationmanager.h
@@ -2,6 +2,7 @@
#define NOTIFICATIONMANAGER_H
#include <QObject>
+#include "Logger"
#include <QDBusInterface>
#include <QDBusPendingCallWatcher>
@@ -9,6 +10,7 @@
class NotificationManager : public QObject
{
Q_OBJECT
+ LOG4QT_DECLARE_QCLASS_LOGGER
Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Notifications")
Q_PROPERTY(QDBusInterface* interface READ interface)