diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-06-19 13:23:55 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-06-19 13:23:55 +0200 |
| commit | 98aaa3a2292989f05f5c3e683e2dd4f20bb145e3 (patch) | |
| tree | 505524dca0466930ec0a839e75476dc8c8de1ee9 /daemon/manager.h | |
| parent | 231462ccfe9fbc25fcc44a4ef128a174329b1901 (diff) | |
Notifications debugging via magic cookies
Diffstat (limited to 'daemon/manager.h')
| -rw-r--r-- | daemon/manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/manager.h b/daemon/manager.h index a605ed1..e3143b1 100644 --- a/daemon/manager.h +++ b/daemon/manager.h @@ -70,6 +70,7 @@ protected: public slots: void applyProfile(); + void ping(uint val); private slots: void onSettingChanged(const QString &key); @@ -125,7 +126,7 @@ public: public slots: inline void Disconnect() { manager()->watch->disconnect(); } inline void Reconnect() { manager()->watch->connect(); } - inline void Ping(uint val) { manager()->watch->ping(val); } + inline void Ping(uint val) { manager()->ping(val); } inline void SyncTime() { manager()->watch->time(); } inline void LaunchApp(const QString &uuid) { manager()->appmsg->launchApp(uuid); } |
