summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saltoqd/notificationmanager.cpp')
-rw-r--r--saltoqd/notificationmanager.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/saltoqd/notificationmanager.cpp b/saltoqd/notificationmanager.cpp
new file mode 100644
index 0000000..fb52785
--- /dev/null
+++ b/saltoqd/notificationmanager.cpp
@@ -0,0 +1,7 @@
+#include "notificationmanager.h"
+
+NotificationManager::NotificationManager(ToqManager *toq) :
+ QObject(toq), _toq(toq)
+{
+
+}