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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'daemon/dbusadaptor.h') diff --git a/daemon/dbusadaptor.h b/daemon/dbusadaptor.h index 7613fba..715a41b 100644 --- a/daemon/dbusadaptor.h +++ b/daemon/dbusadaptor.h @@ -43,6 +43,7 @@ class PebbledAdaptor: public QDBusAbstractAdaptor " \n" " \n" " \n" +" \n" " \n" " \n" " \n" @@ -67,6 +68,7 @@ public: // PROPERTIES public Q_SLOTS: // METHODS void disconnect(); void ping(int val); + void time(); void reconnect(); Q_SIGNALS: // SIGNALS void connectedChanged(); -- cgit v1.2.3