From 07ab335947b4a5cadb2fd1e440ca7db38b82ba1b Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 1 Nov 2016 15:07:51 +0100 Subject: Get rid of the remaining qdoc markers in the Default style Change-Id: Id90911cbac46d2d68284abca08dc7165ace71113 Reviewed-by: Mitch Curtis --- src/imports/controls/Dial.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/imports/controls/Dial.qml') diff --git a/src/imports/controls/Dial.qml b/src/imports/controls/Dial.qml index aa138126..cd4d6ba2 100644 --- a/src/imports/controls/Dial.qml +++ b/src/imports/controls/Dial.qml @@ -45,7 +45,6 @@ T.Dial { implicitWidth: 184 implicitHeight: 184 - //! [background] background: DialRing { width: control.availableWidth height: control.availableHeight @@ -53,9 +52,7 @@ T.Dial { progress: control.position opacity: control.enabled ? 1 : 0.3 } - //! [background] - //! [handle] handle: Image { id: handleItem x: background.x + background.width / 2 - handle.width / 2 @@ -78,5 +75,4 @@ T.Dial { } ] } - //! [handle] } -- cgit v1.2.3