summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-31 04:03:16 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:45:00 -0500
commit9ff8a471aaf9a696610a055c091de39c41f985b7 (patch)
treef1856b9aae19a4db28da396db83113d74dafd984 /src/mainwindow.cpp
parentd72e94a92f31bcc720d12ed0cb2cc75b590e6770 (diff)
added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's in ProcessRunner is a bit of a hack
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 3d32aa16..d304f8b7 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1310,9 +1310,7 @@ bool MainWindow::canExit()
}
}
- const auto r = m_OrganizerCore.processRunner()
- .waitForAllUSVFSProcessesWithLock(LockWidget::PreventExit);
-
+ const auto r = m_OrganizerCore.waitForAllUSVFSProcesses();
if (r == ProcessRunner::Cancelled) {
return false;
}