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

Method closeEvent

QKeyMapper/qmappingsequenceedit.cpp:298–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void QMappingSequenceEdit::closeEvent(QCloseEvent *event)
299{
300 // Dialog instance is reused. Clear history to avoid cross-session undo/redo.
301 clearHistory();
302 updateUndoRedoButtonsEnabled();
303 QDialog::closeEvent(event);
304}
305
306void QMappingSequenceEdit::clearHistory()
307{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected