MCPcopy Create free account
hub / github.com/CasparCG/client / blockAllSignals

Method blockAllSignals

src/Widgets/SettingsDialog.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void SettingsDialog::blockAllSignals(bool block)
143{
144 this->comboBoxLogLevel->blockSignals(block);
145}
146
147void SettingsDialog::loadDevice()
148{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected