From 98aaa3a2292989f05f5c3e683e2dd4f20bb145e3 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 19 Jun 2015 13:23:55 +0200 Subject: Notifications debugging via magic cookies --- app/pebbledinterface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/pebbledinterface.cpp') 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() -- cgit v1.2.3