diff options
Diffstat (limited to 'daemon/notificationmanager.h')
| -rw-r--r-- | daemon/notificationmanager.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/daemon/notificationmanager.h b/daemon/notificationmanager.h index 830bfb4..747561c 100644 --- a/daemon/notificationmanager.h +++ b/daemon/notificationmanager.h @@ -26,13 +26,14 @@ public: Q_SIGNALS: void error(const QString &message); + void missedCallNotify(const QString &sender, const QString &data); 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 telegramNotify(const QString &sender, const QString &data); - void hangoutNotify(const QString &sender, const QString &data); + void hangoutsNotify(const QString &sender, const QString &data); void whatsappNotify(const QString &sender, const QString &data); - void emailNotify(const QString &sender, const QString &data,const QString &subject); + void emailNotify(const QString &sender, const QString &data, const QString &subject); public Q_SLOTS: uint Notify(const QString &app_name, uint replaces_id, const QString &app_icon, const QString &summary, const QString &body, const QStringList &actions, const QVariantHash &hints, int expire_timeout); |
