Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
412
void QHexEdit::redo()
413
{
414
_undoStack->redo();
415
setCursorPosition(_chunks->pos()*(_editAreaIsAscii ? 1 : 2));
416
refresh();
417
}
418
419
QString QHexEdit::selectionToReadableString()
420
{
Callers
nothing calls this directly
Calls
1
pos
Method · 0.80
Tested by
no test coverage detected