summaryrefslogtreecommitdiff
path: root/src/organizercore.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/organizercore.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/organizercore.cpp')
-rw-r--r--src/organizercore.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 57e24f3b..943750ed 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -1796,6 +1796,12 @@ void OrganizerCore::afterRun(const QFileInfo& binary, DWORD exitCode)
m_FinishedRun(binary.absoluteFilePath(), exitCode);
}
+ProcessRunner::Results OrganizerCore::waitForAllUSVFSProcesses(
+ LockWidget::Reasons reason)
+{
+ return processRunner().waitForAllUSVFSProcessesWithLock(reason);
+}
+
std::vector<Mapping> OrganizerCore::fileMapping(const QString &profileName,
const QString &customOverwrite)
{