| 1007 | } |
| 1008 | |
| 1009 | void QMappingSequenceEdit::on_deleteButton_clicked() |
| 1010 | { |
| 1011 | deleteMappingKeySelectedItems(); |
| 1012 | updateUndoRedoButtonsEnabled(); |
| 1013 | } |
| 1014 | |
| 1015 | |
| 1016 | void QMappingSequenceEdit::on_undoButton_clicked() |
nothing calls this directly
no outgoing calls
no test coverage detected