| 121 | #ifdef _WIN32 |
| 122 | |
| 123 | bool OsShell::runExecutable(const QString& command, const QString& arguments, const QString& workingDir) |
| 124 | { |
| 125 | return runExe(command, arguments, workingDir, false); |
| 126 | } |
| 127 | |
| 128 | bool OsShell::runExe(const QString& command, const QString& arguments, const QString& workingDir, bool asAdmin) |
| 129 | { |
nothing calls this directly
no outgoing calls
no test coverage detected