Undo testing QVector3D. CURA-3334

This commit is contained in:
Jack Ha 2017-02-27 13:33:55 +01:00
parent fbc7e0f7c4
commit 8237421bcf
2 changed files with 0 additions and 22 deletions

View file

@ -306,16 +306,6 @@ 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")
}
}
}
}