summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.cpp
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2016-02-10 23:19:57 +0100
committerAndrew Branson <andrew.branson@cern.ch>2016-02-10 23:19:57 +0100
commitb8f4002115abfc7a63af023e6199284041368a62 (patch)
tree2c8cc3354c05fc73ebb3d32c7cf82ff211895a42 /daemon/watchconnector.cpp
parent800bcd232186a71c90782ee002d6072aab257f28 (diff)
Add specific missed call notification and other tweaks
Diffstat (limited to 'daemon/watchconnector.cpp')
-rw-r--r--daemon/watchconnector.cpp5
1 files changed, 5 insertions, 0 deletions
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, "");