Undo old testcode, added testcode for CURA-3334

This commit is contained in:
Jack Ha 2017-02-27 11:20:22 +01:00
parent f885f3e1dd
commit ccac9277a9
3 changed files with 23 additions and 8 deletions

View file

@ -306,6 +306,16 @@ Item
}
text: catalog.i18nc("@label", "Show Infill")
}
CheckBox {
checked: true
onClicked: {
CuraApplication.log("getting QVector3D");
var v = CuraApplication.getQVector3D;
CuraApplication.log("getting QVector3D");
CuraApplication.testQVector3D(v);
}
text: catalog.i18nc("@label", "test")
}
}
}
}