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

Method VariableChanged

lib/macro/macro-condition-variable.cpp:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void MacroConditionVariableEdit::VariableChanged(const QString &text)
238{
239 GUARD_LOADING_AND_LOCK();
240 _entryData->_variable = GetWeakVariableByQString(text);
241 emit HeaderInfoChanged(
242 QString::fromStdString(_entryData->GetShortDesc()));
243}
244
245void MacroConditionVariableEdit::Variable2Changed(const QString &text)
246{

Callers

nothing calls this directly

Calls 2

GetWeakVariableByQStringFunction · 0.85
GetShortDescMethod · 0.45

Tested by

no test coverage detected