diff options
| author | Jouni Roivas <jroivas@iki.fi> | 2014-03-02 11:19:19 +0200 |
|---|---|---|
| committer | Jouni Roivas <jroivas@iki.fi> | 2014-03-02 11:19:19 +0200 |
| commit | c89b4e0cce457c6b96f44e23b66d6ab0254f0eac (patch) | |
| tree | b80c4c1e4d490656aacb20c2410bde68836bc817 /src/waterwatch.cpp | |
| parent | db2e550807b363cb8f31fa976da361bcf90e8f2c (diff) | |
Try to reconnect on error
Diffstat (limited to 'src/waterwatch.cpp')
| -rw-r--r-- | src/waterwatch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waterwatch.cpp b/src/waterwatch.cpp index 02da4b8..795a310 100644 --- a/src/waterwatch.cpp +++ b/src/waterwatch.cpp @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) { // Registert WatchController object on QML side - registerWatchConnector(); + watch::registerWatchConnector(); return SailfishApp::main(argc, argv); } |
