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/dbusconnector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'daemon/dbusconnector.h') diff --git a/daemon/dbusconnector.h b/daemon/dbusconnector.h index e166238..98f6e58 100644 --- a/daemon/dbusconnector.h +++ b/daemon/dbusconnector.h @@ -3,10 +3,12 @@ #include #include +#include "Logger" class DBusConnector : public QObject { Q_OBJECT + LOG4QT_DECLARE_QCLASS_LOGGER Q_PROPERTY(QVariantMap pebble READ pebble NOTIFY pebbleChanged) -- cgit v1.2.3