Saving is multi threaded now
This commit is contained in:
parent
60182e4d82
commit
c7761b9787
3 changed files with 85 additions and 52 deletions
|
@ -184,8 +184,8 @@ Controls.Page {
|
|||
|
||||
Connections {
|
||||
target: ServiceItemModel
|
||||
function saveProgressUpdate(progress) {
|
||||
mainPage.progress = progress;
|
||||
function onSaveProgressChanged() {
|
||||
Utils.dbg(ServiceItemModel.saveProgress);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue