diff options
| author | Jouni Roivas <jroivas@iki.fi> | 2014-03-02 12:09:30 +0200 |
|---|---|---|
| committer | Jouni Roivas <jroivas@iki.fi> | 2014-03-02 12:09:30 +0200 |
| commit | 76415d0ed091115ca3ba902085526b0f7a288aca (patch) | |
| tree | 5961dc530455bb40a6fe6cbf74f044e3e6e7384d /src/watchconnector.cpp | |
| parent | c89b4e0cce457c6b96f44e23b66d6ab0254f0eac (diff) | |
Make SMS/message receive && notifications work
Diffstat (limited to 'src/watchconnector.cpp')
| -rw-r--r-- | src/watchconnector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<WatchConnector>("watch", 0, 1, "WatchConnector"); } |
