| 135 | } |
| 136 | |
| 137 | void SetupDetection::handleConnectionError(const QString &error) |
| 138 | { |
| 139 | connectionErrors << error; |
| 140 | } |
| 141 | |
| 142 | void SetupDetection::handleLauncherExit(int exitCode, QProcess::ExitStatus exitStatus) |
| 143 | { |
nothing calls this directly
no outgoing calls
no test coverage detected