| 727 | } |
| 728 | |
| 729 | void InputEditorView::autofireInput(bool checked) |
| 730 | { |
| 731 | inputEditorModel->setAutofireInput(contextSection, checked); |
| 732 | } |
| 733 | |
| 734 | void InputEditorView::mainMenu(QPoint pos) |
| 735 | { |
nothing calls this directly
no test coverage detected