MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / handleLauncherError

Method handleLauncherError

syncthingwidgets/settings/setupdetection.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void SetupDetection::handleLauncherError(QProcess::ProcessError error)
155{
156 launcherError = error;
157 checkDone();
158}
159
160void SetupDetection::handleLauncherOutput(const QByteArray &output)
161{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected