Browse Source

removed default value

cl-refactor
arkpar 10 years ago
parent
commit
f9fdbb1861
  1. 2
      mix/qml/StructView.qml

2
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

Loading…
Cancel
Save