diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-11 20:15:36 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-11 20:15:36 +0200 |
commit | ac182bd9bf076b4d03d4812e85b989edae32d756 (patch) | |
tree | 7d05a80a2e6e44e3fe0dbd3384bf6c18321fa2b8 /libsowatch/watchserver.h | |
parent | 505f7b1cf62c6934f5246c5e62eccb0a26cb1ce2 (diff) | |
download | sowatch-ac182bd9bf076b4d03d4812e85b989edae32d756.tar.gz sowatch-ac182bd9bf076b4d03d4812e85b989edae32d756.zip |
able to navigate watchlets in liveview
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(); |