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

Method WindowChanged

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

Source from the content-addressed store, hash-verified

219}
220
221void MacroActionWindowEdit::WindowChanged(const QString &text)
222{
223 GUARD_LOADING_AND_LOCK();
224 _entryData->_window = text.toStdString();
225 emit HeaderInfoChanged(
226 QString::fromStdString(_entryData->GetShortDesc()));
227}
228
229void MacroActionWindowEdit::RegexChanged(const RegexConfig &regex)
230{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected