summaryrefslogtreecommitdiff
path: root/libsowatch/declarativewatchwrapper.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-12-09 02:26:31 +0100
committerJavier S. Pedro <maemo@javispedro.com>2011-12-09 02:26:31 +0100
commit140c6bfafe91007c7e24ebf59270c8ad8060e875 (patch)
tree59c23a95edb83736fb914ade8fc287c5490528fd /libsowatch/declarativewatchwrapper.h
parentcbf8e3ad49917dc71e8c5f6413c55f266c1c4ad3 (diff)
downloadsowatch-140c6bfafe91007c7e24ebf59270c8ad8060e875.tar.gz
sowatch-140c6bfafe91007c7e24ebf59270c8ad8060e875.zip
Removing the entire grabButton/ungrab mechanism
Applications&server no longer have to grab/ungrab buttons. Also, LED button should now work everywhere in digital MetaWatch.
Diffstat (limited to 'libsowatch/declarativewatchwrapper.h')
-rw-r--r--libsowatch/declarativewatchwrapper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsowatch/declarativewatchwrapper.h b/libsowatch/declarativewatchwrapper.h
index 5a827ab..8d4fd7d 100644
--- a/libsowatch/declarativewatchwrapper.h
+++ b/libsowatch/declarativewatchwrapper.h
@@ -28,7 +28,6 @@ public:
QList<QObject*> notifications() const;
public slots:
- void useButton(int button);
void vibrate(int msecs);
signals:
@@ -42,7 +41,6 @@ private:
WatchServer *_server;
Watch* _watch;
bool _active;
- QSet<int> _usedButtons;
void activate();
void deactivate();