summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/notificationmanager.h')
-rw-r--r--saltoqd/notificationmanager.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/saltoqd/notificationmanager.h b/saltoqd/notificationmanager.h
new file mode 100644
index 0000000..1889336
--- /dev/null
+++ b/saltoqd/notificationmanager.h
@@ -0,0 +1,16 @@
+#ifndef NOTIFICATIONMANAGER_H
+#define NOTIFICATIONMANAGER_H
+
+#include "toqmanager.h"
+
+class NotificationManager : public QObject
+{
+ Q_OBJECT
+public:
+ explicit NotificationManager(ToqManager *toq);
+
+private:
+ ToqManager *_toq;
+};
+
+#endif // NOTIFICATIONMANAGER_H