summaryrefslogtreecommitdiff
path: root/daemon/manager.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-07-11 23:31:28 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-07-11 23:31:28 +0200
commit6a8cdaf2f718fef8a826fd98241050a7d3cbfb3d (patch)
tree46a5d8db858b45d633b72a74f8a7ce011ec3cbe9 /daemon/manager.h
parentefb33d6494d88c27c8766553b6a963ddf2654458 (diff)
Use Log4Qt in daemon
Diffstat (limited to 'daemon/manager.h')
-rw-r--r--daemon/manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/manager.h b/daemon/manager.h
index 8d3c8de..db0d0d3 100644
--- a/daemon/manager.h
+++ b/daemon/manager.h
@@ -11,6 +11,7 @@
#include <QtContacts/QContactDetailFilter>
#include <CommHistory/GroupModel>
#include <MNotification>
+#include "Logger"
using namespace QtContacts;
using namespace CommHistory;
@@ -18,6 +19,7 @@ using namespace CommHistory;
class Manager : public QObject
{
Q_OBJECT
+ LOG4QT_DECLARE_QCLASS_LOGGER
friend class PebbledProxy;