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

Method Args

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

Source from the content-addressed store, hash-verified

41}
42
43QStringList ProcessConfig::Args() const
44{
45 QStringList result;
46 for (auto &arg : _args) {
47 result << QString::fromStdString(arg);
48 }
49
50 return result;
51}
52
53bool ProcessConfig::StartProcessDetached() const
54{

Callers 1

PerformActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected