MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / undo

Method undo

src/qhexedit.cpp:455–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void QHexEdit::undo()
456{
457 _undoStack->undo();
458 setCursorPosition(_chunks->pos()*(_editAreaIsAscii ? 1 : 2));
459 refresh();
460}
461
462// ********************************************************************** Handle events
463void QHexEdit::keyPressEvent(QKeyEvent *event)

Callers

nothing calls this directly

Calls 1

posMethod · 0.80

Tested by

no test coverage detected