MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / on_undoButton_clicked

Method on_undoButton_clicked

QKeyMapper/qmappingsequenceedit.cpp:1016–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014
1015
1016void QMappingSequenceEdit::on_undoButton_clicked()
1017{
1018 undo();
1019 updateUndoRedoButtonsEnabled();
1020}
1021
1022
1023void QMappingSequenceEdit::on_redoButton_clicked()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected