| 1014 | |
| 1015 | |
| 1016 | void QMappingSequenceEdit::on_undoButton_clicked() |
| 1017 | { |
| 1018 | undo(); |
| 1019 | updateUndoRedoButtonsEnabled(); |
| 1020 | } |
| 1021 | |
| 1022 | |
| 1023 | void QMappingSequenceEdit::on_redoButton_clicked() |
nothing calls this directly
no outgoing calls
no test coverage detected