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 /app/pebbledinterface.cpp | |
| parent | 231462ccfe9fbc25fcc44a4ef128a174329b1901 (diff) | |
Notifications debugging via magic cookies
Diffstat (limited to 'app/pebbledinterface.cpp')
| -rw-r--r-- | app/pebbledinterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/pebbledinterface.cpp b/app/pebbledinterface.cpp index 84a4ae2..1fb0cd1 100644 --- a/app/pebbledinterface.cpp +++ b/app/pebbledinterface.cpp @@ -175,10 +175,10 @@ QString PebbledInterface::appUuid() const return watch->appUuid(); } -void PebbledInterface::ping() +void PebbledInterface::ping(uint cookie) { qDebug() << Q_FUNC_INFO; - watch->Ping(66); + watch->Ping(cookie); } void PebbledInterface::time() |
