WIP: Cleanup MachineSettingsAction

This commit is contained in:
Lipu Fei 2019-03-20 08:41:01 +01:00
parent a92971d80e
commit a106a9ddb9
6 changed files with 76 additions and 83 deletions

View file

@ -84,6 +84,9 @@ Item
return
}
// notify the current MachineAction that it has finished
currentActionItem.action.setFinished()
// move on to the next MachineAction
currentActionIndex++
}
}