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

Method MacroChanged

plugins/base/macro-action-timer.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void MacroActionTimerEdit::MacroChanged(const QString &text)
225{
226 GUARD_LOADING_AND_LOCK();
227 _entryData->_macro = text;
228 emit HeaderInfoChanged(
229 QString::fromStdString(_entryData->GetShortDesc()));
230}
231
232} // namespace advss

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected