Update Qt to 5.9.3

This commit is contained in:
scribam
2017-11-27 23:35:05 +01:00
committed by Ivan
parent 17ff1e41a5
commit 8901cc9ae6
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.deselectAll();
widget.selectComponent("qt.592.gcc_64");
widget.selectComponent("qt.593.gcc_64");
gui.clickButton(buttons.NextButton);
}