summaryrefslogtreecommitdiff
path: root/src/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification.h')
-rw-r--r--src/notification.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/notification.h b/src/notification.h
deleted file mode 100644
index 899a9aa..0000000
--- a/src/notification.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef NOTIFICATION_H
-#define NOTIFICATION_H
-
-#include <QObject>
-
-class Notification : public QObject
-{
-public:
- explicit Notification(QObject *parent = 0);
-
-signals:
-
-public slots:
-
-};
-
-#endif // NOTIFICATION_H