Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
QStringList ProcessConfig::Args() const
44
{
45
QStringList result;
46
for (auto &arg : _args) {
47
result << QString::fromStdString(arg);
48
}
49
50
return result;
51
}
52
53
bool ProcessConfig::StartProcessDetached() const
54
{
Callers
1
PerformAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected