summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
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;
}