Fix comments

This commit is contained in:
Lipu Fei 2019-03-22 10:07:26 +01:00
parent 528a6b651d
commit c4d2cb26a0

View file

@ -73,7 +73,7 @@ Item
Component.onCompleted: Component.onCompleted:
{ {
// select the first one that's not "unknown" by default. // Select the first one that's not "unknown" by default.
for (var i = 0; i < count; i++) for (var i = 0; i < count; i++)
{ {
if (!model[i].is_unknown_machine_type) if (!model[i].is_unknown_machine_type)