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/organizercore.cpp | |
| parent | 9ff8a471aaf9a696610a055c091de39c41f985b7 (diff) | |
added a ForceWait flag to bypass disabled locking
merged a bunch of unnecessary functions in ProcessRunner
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 943750ed..96ae84a8 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -357,7 +357,7 @@ void OrganizerCore::externalMessage(const QString &message) if(moshortcut.hasExecutable()) { processRunner() .setFromShortcut(moshortcut) - .setWaitForCompletion(ProcessRunner::NoRefresh) + .setWaitForCompletion() .run(); } } |
