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