| 152 | } |
| 153 | |
| 154 | void SetupDetection::handleLauncherError(QProcess::ProcessError error) |
| 155 | { |
| 156 | launcherError = error; |
| 157 | checkDone(); |
| 158 | } |
| 159 | |
| 160 | void SetupDetection::handleLauncherOutput(const QByteArray &output) |
| 161 | { |
nothing calls this directly
no outgoing calls
no test coverage detected