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

Method ProcessChanged

plugins/base/macro-condition-process.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void MacroConditionProcessEdit::ProcessChanged(const QString &text)
222{
223 GUARD_LOADING_AND_LOCK();
224 _entryData->_process = text.toStdString();
225 emit HeaderInfoChanged(
226 QString::fromStdString(_entryData->GetShortDesc()));
227}
228
229void MacroConditionProcessEdit::showEvent(QShowEvent *)
230{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected