summaryrefslogtreecommitdiff
path: root/daemon/notificationmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/notificationmanager.h')
-rw-r--r--daemon/notificationmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/notificationmanager.h b/daemon/notificationmanager.h
index b1e8e1f..4695db9 100644
--- a/daemon/notificationmanager.h
+++ b/daemon/notificationmanager.h
@@ -26,6 +26,8 @@ public:
Q_SIGNALS:
void error(const QString &message);
void smsNotify(const QString &sender, const QString &data);
+ void twitterNotify(const QString &sender, const QString &data);
+ void facebookNotify(const QString &sender, const QString &data);
void emailNotify(const QString &sender, const QString &data,const QString &subject);
public Q_SLOTS: