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

Method showEvent

plugins/base/macro-condition-process.cpp:229–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void MacroConditionProcessEdit::showEvent(QShowEvent *)
230{
231 const QSignalBlocker b(_processSelection);
232 const auto text = _processSelection->currentText();
233 _processSelection->clear();
234 PopulateProcessSelection(_processSelection);
235 _processSelection->setCurrentText(text);
236}
237
238void MacroConditionProcessEdit::RegexChanged(const RegexConfig &conf)
239{

Callers

nothing calls this directly

Calls 2

setCurrentTextMethod · 0.80
PopulateProcessSelectionFunction · 0.50

Tested by

no test coverage detected