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

Method clearDelayedCommandsOnAutoStepChanged

src/Widgets/SettingsDialog.cpp:705–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705void SettingsDialog::clearDelayedCommandsOnAutoStepChanged(int state)
706{
707 QString clearDelayedCommandsOnAutoStep = (state == Qt::Checked) ? "true" : "false";
708 DatabaseManager::getInstance().updateConfiguration(ConfigurationModel(0, "ClearDelayedCommandsOnAutoStep", clearDelayedCommandsOnAutoStep));
709}
710
711void SettingsDialog::storeThumbnailsInDatabaseChanged(int state)
712{

Callers

nothing calls this directly

Calls 1

updateConfigurationMethod · 0.80

Tested by

no test coverage detected