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

Method showEvent

plugins/base/utils/window-selection.cpp:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void WindowSelectionWidget::showEvent(QShowEvent *event)
16{
17 FilterComboBox::showEvent(event);
18 const QSignalBlocker b(this);
19 const auto text = currentText();
20 clear();
21 PopulateWindowSelection(this);
22 setCurrentText(text);
23}
24
25} // namespace advss

Callers

nothing calls this directly

Calls 1

PopulateWindowSelectionFunction · 0.50

Tested by

no test coverage detected