MCPcopy Create free account
hub / github.com/bigbigmdm/IMSProg / selectionToReadableString

Method selectionToReadableString

IMSProg_programmer/qhexedit.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437QString QHexEdit::selectionToReadableString()
438{
439 QByteArray ba = _chunks->data(getSelectionBegin(), getSelectionEnd() - getSelectionBegin());
440 return toReadable(ba);
441}
442
443QString QHexEdit::selectedData()
444{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected