| 722 | } |
| 723 | |
| 724 | void InputEditorView::autoholdInput(bool checked) |
| 725 | { |
| 726 | inputEditorModel->setAutoholdInput(contextSection, checked); |
| 727 | } |
| 728 | |
| 729 | void InputEditorView::autofireInput(bool checked) |
| 730 | { |
nothing calls this directly
no test coverage detected