diff options
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"); } |
