summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.cpp
diff options
context:
space:
mode:
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, "");