From 6a581ace4f14c30f1c66daf28064d7aefde546fc Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 14 Sep 2014 20:56:29 +0200 Subject: simplify notification monitoring for now --- src/controller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/controller.h') diff --git a/src/controller.h b/src/controller.h index 604da2e..f4d4513 100644 --- a/src/controller.h +++ b/src/controller.h @@ -7,6 +7,7 @@ #include "metawatch.h" #include "reconnecttimer.h" +#include "notificationmonitor.h" #include "widgetinfomodel.h" class Controller : public QObject @@ -51,7 +52,7 @@ private: MDConfGroup *_settings; MetaWatch *_metawatch; ReconnectTimer *_reconnect; - + NotificationMonitor *_monitor; WidgetInfoModel *_widgets; QString _address; -- cgit v1.2.3