From b8f4002115abfc7a63af023e6199284041368a62 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 10 Feb 2016 23:19:57 +0100 Subject: Add specific missed call notification and other tweaks --- daemon/watchconnector.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'daemon/watchconnector.cpp') diff --git a/daemon/watchconnector.cpp b/daemon/watchconnector.cpp index 4ed8130..3e72a58 100644 --- a/daemon/watchconnector.cpp +++ b/daemon/watchconnector.cpp @@ -691,6 +691,11 @@ void WatchConnector::sendNotification(uint lead, QString sender, QString data, Q } } +void WatchConnector::sendMissedCallNotification(QString sender, QString data) +{ + sendNotification(leadMISSEDCALL, sender, data, ""); +} + void WatchConnector::sendSMSNotification(QString sender, QString data) { sendNotification(leadSMS, sender, data, ""); -- cgit v1.2.3