Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ processStateToString
Method
processStateToString
src/lib/gui/core/CoreProcess.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
QString CoreProcess::processStateToString(const CoreProcess::ProcessState state)
34
{
35
return QVariant::fromValue(state).toString().toLower();
36
}
37
38
/**
39
* @brief Wraps options that contain spaces in quotes
Callers
nothing calls this directly
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected