diff options
Diffstat (limited to 'libsowatch/watchserver.h')
-rw-r--r-- | libsowatch/watchserver.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libsowatch/watchserver.h b/libsowatch/watchserver.h index a1cda45..06f4e4b 100644 --- a/libsowatch/watchserver.h +++ b/libsowatch/watchserver.h @@ -79,8 +79,6 @@ signals: private: Watch* _watch; - /** The watch button that causes next watchlet to be run. */ - int _nextWatchletButton; /** The amount of seconds that have to pass for a notification to be considered "outdated" and not shown. */ int _oldNotificationThreshold; @@ -125,8 +123,9 @@ private slots: void handleWatchConnected(); void handleWatchDisconnected(); void handleWatchIdling(); - void handleWatchButtonPress(int button); + void handleNextWatchletRequested(); void handleWatchletRequested(const QString& id); + void handleCloseWatchletRequested(); void handleNotificationChanged(); void handleNotificationDismissed(); |