summaryrefslogtreecommitdiff
path: root/app/pebbledinterface.cpp
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2015-06-19 13:23:55 +0200
committerTomasz Sterna <tomek@xiaoka.com>2015-06-19 13:23:55 +0200
commit98aaa3a2292989f05f5c3e683e2dd4f20bb145e3 (patch)
tree505524dca0466930ec0a839e75476dc8c8de1ee9 /app/pebbledinterface.cpp
parent231462ccfe9fbc25fcc44a4ef128a174329b1901 (diff)
Notifications debugging via magic cookies
Diffstat (limited to 'app/pebbledinterface.cpp')
-rw-r--r--app/pebbledinterface.cpp4
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()