From b94cb52c8b03511a2549469dfed33c6e0e857021 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 19 Dec 2017 14:47:09 +0100 Subject: Default: cleanup and test internal IDs Remove the undesired internal IDs where easily possible, and add expected failures for the harder ones for now. Task-number: QTBUG-65341 Change-Id: I5964b2cb59652661c90141259c68b95c721cf6ca Reviewed-by: Mitch Curtis --- src/imports/controls/Dial.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/imports/controls/Dial.qml') diff --git a/src/imports/controls/Dial.qml b/src/imports/controls/Dial.qml index affcfa62..0bd2f163 100644 --- a/src/imports/controls/Dial.qml +++ b/src/imports/controls/Dial.qml @@ -54,7 +54,6 @@ T.Dial { } handle: Image { - id: handleItem x: background.x + background.width / 2 - handle.width / 2 y: background.y + background.height / 2 - handle.height / 2 width: 14 -- cgit v1.2.3