diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-23 10:20:00 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-23 10:20:00 +0200 |
| commit | 05502a35e1b1bd10a4ba81d2974d5c41e6a1ef35 (patch) | |
| tree | 38ebe20a01e00246e10ba9fffc7ace56aaa56032 /daemon/manager.h | |
| parent | 9f8db04d6059e0b220e36a064d694a1b0649f5f0 (diff) | |
| parent | 9e92e7c4cfd6236912a2665df9a6ed89e8fcdffc (diff) | |
Merge pull request #10 from smurfy/sync_time
Added support to sync date and time from phone
Diffstat (limited to 'daemon/manager.h')
| -rw-r--r-- | daemon/manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/manager.h b/daemon/manager.h index 89b8e2b..26a0fd8 100644 --- a/daemon/manager.h +++ b/daemon/manager.h @@ -102,6 +102,7 @@ public: public slots: void ping(int val) { static_cast<Manager*>(parent())->watch->ping((unsigned int)val); } + void time() { static_cast<Manager*>(parent())->watch->time(); } void disconnect() { static_cast<Manager*>(parent())->watch->disconnect(); } void reconnect() { static_cast<Manager*>(parent())->watch->reconnect(); } |
