MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / appendData

Method appendData

gui/qt/debugger/hexwidget.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void HexWidget::appendData(const QByteArray &ba) {
44 m_data.append(ba);
45 m_modified.append(QByteArray(ba.size(), 0));
46 adjust();
47}
48
49void HexWidget::scroll(int value) {
50 adjust();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected