From 8f014f0915c7bdc97573f953aa9a3ae25a5f953a Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 18 Feb 2016 09:11:16 +0100 Subject: Rockwork 1.0 --- rockworkd/libpebble/pebble.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rockworkd/libpebble/pebble.h') diff --git a/rockworkd/libpebble/pebble.h b/rockworkd/libpebble/pebble.h index 8650d74..239b74b 100644 --- a/rockworkd/libpebble/pebble.h +++ b/rockworkd/libpebble/pebble.h @@ -115,6 +115,7 @@ private slots: void phoneVersionAsked(const QByteArray &data); void appDownloadFinished(const QString &id); void appInstalled(const QUuid &uuid); + void appStarted(const QUuid &uuid); void muteNotificationSource(const QString &source); void resetPebble(); @@ -174,6 +175,7 @@ private: QString m_storagePath; QList m_pendingInstallations; + QUuid m_lastSyncedAppUuid; bool m_calendarSyncEnabled = true; HealthParams m_healthParams; -- cgit v1.2.3