Browse Source

small changes

cl-refactor
yann300 10 years ago
parent
commit
1855b63a95
  1. 1
      mix/qml/StructView.qml

1
mix/qml/StructView.qml

@ -44,7 +44,6 @@ Column
anchors.verticalCenter: parent.verticalCenter
sourceComponent:
{
console.log("loading param");
var t = modelData.type.category;
if (t === QSolidityType.SignedInteger || t === QSolidityType.UnsignedInteger)
return Qt.createComponent("qrc:/qml/QIntTypeView.qml");

Loading…
Cancel
Save