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

Method WindowChanged

plugins/base/macro-condition-window.cpp:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void MacroConditionWindowEdit::WindowChanged(const QString &text)
353{
354 GUARD_LOADING_AND_LOCK();
355 _entryData->_window = text.toStdString();
356 emit HeaderInfoChanged(
357 QString::fromStdString(_entryData->GetShortDesc()));
358}
359
360void MacroConditionWindowEdit::WindowRegexChanged(const RegexConfig &conf)
361{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected