| 105 | } |
| 106 | |
| 107 | void InputEventWindow::slotSave() |
| 108 | { |
| 109 | AllInputs ai; |
| 110 | ai.clear(); |
| 111 | ai.events = inputEventModel->events; |
| 112 | ai.processEvents(); |
| 113 | movie->inputs->setInputs(ai, frame); |
| 114 | accept(); |
| 115 | } |
| 116 | |
| 117 | void InputEventWindow::slotNew() |
| 118 | { |
nothing calls this directly
no test coverage detected