summaryrefslogtreecommitdiff
path: root/src/notification.h
diff options
context:
space:
mode:
authorJavier S. Pedro <dev.git@javispedro.com>2014-09-15 01:53:44 +0200
committerJavier S. Pedro <dev.git@javispedro.com>2014-09-15 01:53:44 +0200
commitd9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9 (patch)
tree8ba1186f98da2e5c06363c2dd44f65b5f6901bc7 /src/notification.h
parent9af5d200411adf947fdc1876bc76ce22789dde00 (diff)
downloadsalmeta-d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9.tar.gz
salmeta-d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9.zip
minimal notifications
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