| 158 | } |
| 159 | |
| 160 | void SetupDetection::handleLauncherOutput(const QByteArray &output) |
| 161 | { |
| 162 | launcherOutput.append(output); |
| 163 | } |
| 164 | |
| 165 | void SetupDetection::handleTimeout() |
| 166 | { |
nothing calls this directly
no outgoing calls
no test coverage detected