From 247176e61399f14f6d52638d74d5a2a2579c1f55 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 24 Apr 2015 23:00:56 +0200 Subject: added notificationmonitor, notification --- notification.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notification.cpp (limited to 'notification.cpp') 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) +{ +} -- cgit v1.2.3