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

Method write

src/qhexedit.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315bool QHexEdit::write(QIODevice &iODevice, qint64 pos, qint64 count)
316{
317 return _chunks->write(iODevice, pos, count);
318}
319
320// ********************************************************************** Char handling
321void QHexEdit::insert(qint64 index, char ch)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected