MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / StartProcessDetached

Method StartProcessDetached

plugins/base/utils/process-config.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool ProcessConfig::StartProcessDetached() const
54{
55 return QProcess::startDetached(QString::fromStdString(Path()), Args(),
56 QString::fromStdString(WorkingDir()));
57}
58
59void ProcessConfig::ResolveVariables()
60{

Callers 1

PerformActionMethod · 0.80

Calls 1

ArgsClass · 0.50

Tested by

no test coverage detected