From e181ff92fff4542cf14d0f997d3a9a9c7c763aba Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 29 Nov 2017 08:39:45 +0100 Subject: TapHandler manual test: remove console.log with tapped button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's currently not possible to see which button was tapped, in JavaScript. 8dc02aab72a714b5195ccc641fbfb534c3ae9e98 broke it. Task-number: QTBUG-64847 Change-Id: I1020a8fa5732230d579ee7785e51b0e297df71b0 Reviewed-by: Jan Arve Sæther --- tests/manual/pointer/tapHandler.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/manual') diff --git a/tests/manual/pointer/tapHandler.qml b/tests/manual/pointer/tapHandler.qml index 2141f09713..94777c268c 100644 --- a/tests/manual/pointer/tapHandler.qml +++ b/tests/manual/pointer/tapHandler.qml @@ -55,7 +55,6 @@ Item { borderBlink.start() } onTapped: { // 'point' is an implicit parameter referencing to a QQuickEventPoint instance - console.log("tapped @ " + point.pos + " button(s) " + point.event.button + " tapCount " + tapCount) if (tapCount > 1) { tapCountLabel.text = tapCount flashAnimation.start() -- cgit v1.2.3