MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / undeploy

Method undeploy

ui-linux/src/deployer.cpp:353–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353bool Deployer::undeploy()
354{
355 if (QFile::exists(m_soDeployPath))
356 QFile::remove(m_soDeployPath);
357 if (QFile::exists(m_cliDeployPath))
358 QFile::remove(m_cliDeployPath);
359
360 m_alreadyDeployed = false;
361 m_statusMessage = "CloudRedirect removed. Restart Steam to deactivate.";
362 emit statusMessageChanged();
363 emit checkCompleted();
364 return true;
365}
366
367bool Deployer::purgeAll()
368{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected