summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/notificationmanager.cpp')
-rw-r--r--saltoqd/notificationmanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/saltoqd/notificationmanager.cpp b/saltoqd/notificationmanager.cpp
index 45020cb..a2142fc 100644
--- a/saltoqd/notificationmanager.cpp
+++ b/saltoqd/notificationmanager.cpp
@@ -1,6 +1,7 @@
#include "notificationmanager.h"
+#include "notificationmonitor.h"
NotificationManager::NotificationManager(ToqManager *toq) :
- QObject(toq), _toq(toq)
+ QObject(toq), _toq(toq), _monitor(NotificationMonitor::instance())
{
}