summaryrefslogtreecommitdiff
path: root/src/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.h')
-rw-r--r--src/controller.h3
1 files changed, 2 insertions, 1 deletions
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;