MCPcopy Create free account
hub / github.com/deskflow/deskflow / processModeToString

Method processModeToString

src/lib/gui/core/CoreProcess.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26const auto kLineSplitRegex = QRegularExpression("\r|\n|\r\n");
27
28QString CoreProcess::processModeToString(const Settings::ProcessMode mode)
29{
30 return QVariant::fromValue(mode).toString().toLower();
31}
32
33QString CoreProcess::processStateToString(const CoreProcess::ProcessState state)
34{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected