From 9e92e7c4cfd6236912a2665df9a6ed89e8fcdffc Mon Sep 17 00:00:00 2001 From: Philipp Andreas Date: Tue, 22 Jul 2014 23:27:21 +0200 Subject: Added support to sync date and time from phone --- daemon/manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon/manager.h') 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(parent())->watch->ping((unsigned int)val); } + void time() { static_cast(parent())->watch->time(); } void disconnect() { static_cast(parent())->watch->disconnect(); } void reconnect() { static_cast(parent())->watch->reconnect(); } -- cgit v1.2.3