aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-12 14:04:22 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-18 08:37:12 +0000
commitd6e370d93051acdaa9cd2f07759443e93b01d44a (patch)
treead4ba735b601f3b3ff818c5b16c5b55c0c787d29 /src
parent2e8922b144e7308d6895528977b9e94b13b5e902 (diff)
Universal/RadioDelegate: remove spurious control-property
Apparently slipped in by accident in b663020c. Change-Id: Ie0a292b6c230c4593c76165d2a78b946bb38351a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/controls/universal/RadioDelegate.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/imports/controls/universal/RadioDelegate.qml b/src/imports/controls/universal/RadioDelegate.qml
index d314dbf0..62b74e0c 100644
--- a/src/imports/controls/universal/RadioDelegate.qml
+++ b/src/imports/controls/universal/RadioDelegate.qml
@@ -54,8 +54,6 @@ T.RadioDelegate {
topPadding: padding - 1
bottomPadding: padding + 1
- property Item control
-
indicator: RadioIndicator {
x: text ? (control.mirrored ? control.leftPadding : control.width - width - control.rightPadding) : control.leftPadding + (control.availableWidth - width) / 2
y: control.topPadding + (control.availableHeight - height) / 2