From 1adf7f1bcde493ccaacedb0d9778911ad69ff335 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 4 Sep 2014 01:55:14 +0200 Subject: Initial import --- src/notificationmonitor.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/notificationmonitor.h (limited to 'src/notificationmonitor.h') diff --git a/src/notificationmonitor.h b/src/notificationmonitor.h new file mode 100644 index 0000000..c7b6cb2 --- /dev/null +++ b/src/notificationmonitor.h @@ -0,0 +1,18 @@ +#ifndef NOTIFICATIONMONITOR_H +#define NOTIFICATIONMONITOR_H + +#include + +class NotificationMonitor : public QObject +{ + Q_OBJECT +public: + explicit NotificationMonitor(QObject *parent = 0); + +signals: + +public slots: + +}; + +#endif // NOTIFICATIONMONITOR_H -- cgit v1.2.3