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

Method EnableChanged

lib/utils/regex-config.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void RegexConfigWidget::EnableChanged(bool value)
147{
148 _config._enable = value;
149 SetVisibility();
150 emit RegexConfigChanged(_config);
151}
152
153RegexConfigDialog::RegexConfigDialog(QWidget *parent, const RegexConfig &config)
154 : QDialog(parent),

Callers 1

CheckTitleChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected