From 406332eb6b3199d19388f359d04c9f184e6082b5 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 9 Aug 2012 04:03:20 +0200 Subject: watch status UI --- libsowatch/watchserver.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'libsowatch/watchserver.h') diff --git a/libsowatch/watchserver.h b/libsowatch/watchserver.h index 3995bc6..54d3dc1 100644 --- a/libsowatch/watchserver.h +++ b/libsowatch/watchserver.h @@ -49,6 +49,10 @@ public slots: void syncTime(); +signals: + void watchConnected(); + void watchDisconnected(); + private: Watch* _watch; @@ -89,13 +93,13 @@ private: void goToIdle(); private slots: - void watchConnected(); - void watchDisconnected(); - void watchIdling(); - void watchButtonPress(int button); + void handleWatchConnected(); + void handleWatchDisconnected(); + void handleWatchIdling(); + void handleWatchButtonPress(int button); - void notificationChanged(); - void notificationDismissed(); + void handleNotificationChanged(); + void handleNotificationDismissed(); }; } -- cgit v1.2.3