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

Method VariableChanged

plugins/base/macro-action-wait.cpp:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void MacroActionWaitEdit::VariableChanged(const QString &text)
494{
495 GUARD_LOADING_AND_LOCK();
496 _entryData->_variable = GetWeakVariableByQString(text);
497 emit HeaderInfoChanged(
498 QString::fromStdString(_entryData->GetShortDesc()));
499}
500
501void MacroActionWaitEdit::ConditionChanged(int idx)
502{

Callers

nothing calls this directly

Calls 2

GetWeakVariableByQStringFunction · 0.85
GetShortDescMethod · 0.45

Tested by

no test coverage detected