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

Method isModified

src/qhexedit.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393bool QHexEdit::isModified()
394{
395 return _modified;
396}
397
398qint64 QHexEdit::lastIndexOf(const QByteArray &ba, qint64 from)
399{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected