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

Method dataChangedPrivate

src/qhexedit.cpp:1126–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126void QHexEdit::dataChangedPrivate(int)
1127{
1128 _modified = _undoStack->index() != 0;
1129 adjust();
1130 emit dataChanged();
1131}
1132
1133void QHexEdit::refresh()
1134{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected