diff options
| author | Philipp Andreas <github@smurfy.de> | 2014-07-22 23:27:21 +0200 |
|---|---|---|
| committer | Philipp Andreas <github@smurfy.de> | 2014-07-22 23:27:21 +0200 |
| commit | 9e92e7c4cfd6236912a2665df9a6ed89e8fcdffc (patch) | |
| tree | 38ebe20a01e00246e10ba9fffc7ace56aaa56032 /daemon/dbusadaptor.h | |
| parent | 9f8db04d6059e0b220e36a064d694a1b0649f5f0 (diff) | |
Added support to sync date and time from phone
Diffstat (limited to 'daemon/dbusadaptor.h')
| -rw-r--r-- | daemon/dbusadaptor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 " <method name=\"ping\">\n" " <arg direction=\"in\" type=\"i\" name=\"val\"/>\n" " </method>\n" +" <method name=\"time\"/>\n" " <method name=\"disconnect\"/>\n" " <method name=\"reconnect\"/>\n" " </interface>\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(); |
