diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-31 04:03:16 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:45:00 -0500 |
| commit | 9ff8a471aaf9a696610a055c091de39c41f985b7 (patch) | |
| tree | f1856b9aae19a4db28da396db83113d74dafd984 /src/organizercore.h | |
| parent | d72e94a92f31bcc720d12ed0cb2cc75b590e6770 (diff) | |
added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's in ProcessRunner is a bit of a hack
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index d4882b92..0ba52284 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -143,6 +143,9 @@ public: void afterRun(const QFileInfo& binary, DWORD exitCode);
+ ProcessRunner::Results waitForAllUSVFSProcesses(
+ LockWidget::Reasons reason=LockWidget::PreventExit);
+
void refreshESPList(bool force = false);
void refreshBSAList();
|
