From f9fdbb186121354aee7ecc79b84c6648c7724b4c Mon Sep 17 00:00:00 2001 From: arkpar Date: Mon, 16 Mar 2015 17:08:30 +0100 Subject: [PATCH] removed default value --- mix/qml/StructView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix/qml/StructView.qml b/mix/qml/StructView.qml index 021365ac8..2935e6c72 100644 --- a/mix/qml/StructView.qml +++ b/mix/qml/StructView.qml @@ -7,7 +7,7 @@ Column { id: root property alias members: repeater.model //js array - property var value : { x: "333" } + property var value : { } Layout.fillWidth: true Repeater