| 1051 | } |
| 1052 | |
| 1053 | bool FileSystemManager::launchFileAsync(QString filePath, QString arguments, QString workingDir, bool runAsElevated, bool quoteArgs) |
| 1054 | { |
| 1055 | return launchFile(filePath, arguments, workingDir, runAsElevated, quoteArgs, true); |
| 1056 | } |
| 1057 | |
| 1058 | bool FileSystemManager::launchFile(SHELLEXECUTEINFO sei, QString filePath) { |
| 1059 |
no outgoing calls
no test coverage detected