| 717 | } |
| 718 | |
| 719 | void InputEditorView::lockInputColumn(bool checked) |
| 720 | { |
| 721 | inputEditorModel->lockUniqueInput(contextSection, checked); |
| 722 | } |
| 723 | |
| 724 | void InputEditorView::autoholdInput(bool checked) |
| 725 | { |
nothing calls this directly
no test coverage detected