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

Method redo

src/qhexedit.cpp:412–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void QHexEdit::redo()
413{
414 _undoStack->redo();
415 setCursorPosition(_chunks->pos()*(_editAreaIsAscii ? 1 : 2));
416 refresh();
417}
418
419QString QHexEdit::selectionToReadableString()
420{

Callers

nothing calls this directly

Calls 1

posMethod · 0.80

Tested by

no test coverage detected