From 140c6bfafe91007c7e24ebf59270c8ad8060e875 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 9 Dec 2011 02:26:31 +0100 Subject: 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. --- notificationswatchlet/metawatch-digital.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'notificationswatchlet') diff --git a/notificationswatchlet/metawatch-digital.qml b/notificationswatchlet/metawatch-digital.qml index 54f02d2..e5764ec 100644 --- a/notificationswatchlet/metawatch-digital.qml +++ b/notificationswatchlet/metawatch-digital.qml @@ -45,10 +45,6 @@ Rectangle { wrapMode: Text.Wrap } - Component.onCompleted: { - watch.useButton(1); - watch.useButton(2); - } Connections { target: watch onButtonPressed : { -- cgit v1.2.3