Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
bool ProcessConfig::StartProcessDetached() const
54
{
55
return QProcess::startDetached(QString::fromStdString(Path()), Args(),
56
QString::fromStdString(WorkingDir()));
57
}
58
59
void ProcessConfig::ResolveVariables()
60
{
Callers
1
PerformAction
Method · 0.80
Calls
1
Args
Class · 0.50
Tested by
no test coverage detected