diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-31 02:18:21 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:44:58 -0500 |
| commit | b855754c9708c825e6bc1e995cb0262c065c5d20 (patch) | |
| tree | 0337f92c4625d78094149aa10b17673682058028 /src/processrunner.cpp | |
| parent | 2c3079c1dc2aaeb84cbe7e4a021f6b3f22c785a3 (diff) | |
removed runShortcut()
changed lock widget text when running without a ui
Diffstat (limited to 'src/processrunner.cpp')
| -rw-r--r-- | src/processrunner.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/processrunner.cpp b/src/processrunner.cpp index 1c8c923b..6ca05147 100644 --- a/src/processrunner.cpp +++ b/src/processrunner.cpp @@ -662,15 +662,6 @@ DWORD ProcessRunner::exitCode() } -bool ProcessRunner::runShortcut(const MOShortcut& shortcut) -{ - setFromShortcut(shortcut); - setWaitForCompletion(NoRefresh); - - const auto r = run(); - return (r != Error); -} - HANDLE ProcessRunner::runExecutableOrExecutableFile( const QString& executable, const QStringList &args, const QString &cwd, const QString& profileOverride, const QString &forcedCustomOverwrite, |
