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

Method selectionToReadableString

src/qhexedit.cpp:419–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419QString QHexEdit::selectionToReadableString()
420{
421 QByteArray ba = _chunks->data(getSelectionBegin(), getSelectionEnd() - getSelectionBegin());
422 return toReadable(ba);
423}
424
425QString QHexEdit::selectedData()
426{

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected