summaryrefslogtreecommitdiff
path: root/src/notification.cpp
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.cpp
parent9af5d200411adf947fdc1876bc76ce22789dde00 (diff)
downloadsalmeta-d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9.tar.gz
salmeta-d9f140ec45f91a8567b6d8e2ce69fe853ae8b3a9.zip
minimal notifications
Diffstat (limited to 'src/notification.cpp')
-rw-r--r--src/notification.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/notification.cpp b/src/notification.cpp
deleted file mode 100644
index 00d66ad..0000000
--- a/src/notification.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "notification.h"
-
-Notification::Notification(QObject *parent) :
- QObject(parent)
-{
-}