summaryrefslogtreecommitdiff
path: root/notification.cpp
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-04-24 23:00:56 +0200
committerJavier <dev.git@javispedro.com>2015-04-24 23:00:56 +0200
commit247176e61399f14f6d52638d74d5a2a2579c1f55 (patch)
tree21a4fa54a082bff3f5db048441fcd38687316fe7 /notification.cpp
parent306e3e982d88c4c9ab776c5e2ebea49344a14349 (diff)
downloadlibwatchfish-247176e61399f14f6d52638d74d5a2a2579c1f55.tar.gz
libwatchfish-247176e61399f14f6d52638d74d5a2a2579c1f55.zip
added notificationmonitor, notification
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)
+{
+}