summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/notificationmanager.h')
-rw-r--r--saltoqd/notificationmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saltoqd/notificationmanager.h b/saltoqd/notificationmanager.h
index 1889336..78c32ed 100644
--- a/saltoqd/notificationmanager.h
+++ b/saltoqd/notificationmanager.h
@@ -3,6 +3,8 @@
#include "toqmanager.h"
+class NotificationMonitor;
+
class NotificationManager : public QObject
{
Q_OBJECT
@@ -11,6 +13,7 @@ public:
private:
ToqManager *_toq;
+ NotificationMonitor *_monitor;
};
#endif // NOTIFICATIONMANAGER_H