diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-05-14 12:07:25 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-05-14 12:07:25 +0200 |
| commit | 37bc0ef733843f27eb6228f3ee149094e7f62383 (patch) | |
| tree | 4484b2e7b92d864873adf57916c29b5dfb1285cf /daemon/watchconnector.h | |
| parent | fcf581d9723ae6dfbd7fdeb45c1a614d0b18c68d (diff) | |
| parent | 2d50346f06e5be31557cb4718ff94cd650c1a210 (diff) | |
Merge pull request #66 from abranson/master
Automatically synchronize time with watch; Fixes #46
Diffstat (limited to 'daemon/watchconnector.h')
| -rw-r--r-- | daemon/watchconnector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h index 4e6ed5d..f9576a3 100644 --- a/daemon/watchconnector.h +++ b/daemon/watchconnector.h @@ -261,6 +261,7 @@ private: bool is_connected; QByteArray writeData; QTimer reconnectTimer; + QTimer timeSyncTimer; QString _last_name; QString _last_address; WatchVersions _versions; |
