From 76415d0ed091115ca3ba902085526b0f7a288aca Mon Sep 17 00:00:00 2001 From: Jouni Roivas Date: Sun, 2 Mar 2014 12:09:30 +0200 Subject: Make SMS/message receive && notifications work --- src/watchconnector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/watchconnector.cpp') diff --git a/src/watchconnector.cpp b/src/watchconnector.cpp index ab27b71..c58e867 100644 --- a/src/watchconnector.cpp +++ b/src/watchconnector.cpp @@ -294,7 +294,7 @@ void WatchConnector::endPhoneCall(unsigned int cookie) phoneControl(callEND, cookie, QStringList()); } -void registerWatchConnector() +void watch::registerWatchConnector() { qmlRegisterType("watch", 0, 1, "WatchConnector"); } -- cgit v1.2.3