summaryrefslogtreecommitdiff
path: root/notification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'notification.cpp')
-rw-r--r--notification.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/notification.cpp b/notification.cpp
new file mode 100644
index 0000000..09f61fb
--- /dev/null
+++ b/notification.cpp
@@ -0,0 +1,7 @@
+#include "notification.h"
+
+using namespace watchfish;
+
+Notification::Notification(QObject *parent) : QObject(parent)
+{
+}