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/dbusadaptor.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'daemon/dbusadaptor.cpp') diff --git a/daemon/dbusadaptor.cpp b/daemon/dbusadaptor.cpp index 6125ee7..3332551 100644 --- a/daemon/dbusadaptor.cpp +++ b/daemon/dbusadaptor.cpp @@ -69,6 +69,13 @@ void PebbledAdaptor::ping(int val) QMetaObject::invokeMethod(parent(), "ping", Q_ARG(int, val)); } +void PebbledAdaptor::time() +{ + // handle method call org.pebbled.time + QMetaObject::invokeMethod(parent(), "time"); +} + + void PebbledAdaptor::reconnect() { // handle method call org.pebbled.reconnect -- cgit v1.2.3