summaryrefslogtreecommitdiff
path: root/app/pebbledinterface.cpp
diff options
context:
space:
mode:
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()