MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / processingScriptUpdated

Method processingScriptUpdated

src/ui/preferencesdialog.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void PreferencesDialog::processingScriptUpdated()
304{
305 auto& p=Preferences::getInstance();
306 p.setCAMScript(ui->processingScriptlineEdit->text());
307 emit preferencesUpdated();
308}
309
310void PreferencesDialog::indentRadioChanged(bool checked)
311{

Callers

nothing calls this directly

Calls 1

setCAMScriptMethod · 0.80

Tested by

no test coverage detected