diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-31 05:19:14 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:45:00 -0500 |
| commit | 7ebd4debeef2cfdf268679e7b680021d3dc20687 (patch) | |
| tree | c7b0db1ce098d2ac94aa6e61cd5f926465545f7e /src/mainwindow.cpp | |
| parent | 9ff8a471aaf9a696610a055c091de39c41f985b7 (diff) | |
added a ForceWait flag to bypass disabled locking
merged a bunch of unnecessary functions in ProcessRunner
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d304f8b7..c2d91bcc 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5404,7 +5404,7 @@ void MainWindow::openDataFile() m_OrganizerCore.processRunner() .setFromFile(this, targetInfo) - .setWaitForCompletion(ProcessRunner::NoRefresh) + .setWaitForCompletion() .run(); } |
