summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-03-30 01:05:47 +0200
committerJavier <dev.git@javispedro.com>2015-03-30 01:05:47 +0200
commitefe35bf6c6ca8cce73e97f303963a51862778600 (patch)
tree3e6a47926473501ba953cd716df219af0dd478fb /saltoqd/notificationmanager.h
parent2ded0dbcf63ae7203f64a8f788cc74528eb79416 (diff)
downloadsaltoq-efe35bf6c6ca8cce73e97f303963a51862778600.tar.gz
saltoq-efe35bf6c6ca8cce73e97f303963a51862778600.zip
experiment with new notificationmonitor approach
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