| 41 | } |
| 42 | |
| 43 | void HexWidget::appendData(const QByteArray &ba) { |
| 44 | m_data.append(ba); |
| 45 | m_modified.append(QByteArray(ba.size(), 0)); |
| 46 | adjust(); |
| 47 | } |
| 48 | |
| 49 | void HexWidget::scroll(int value) { |
| 50 | adjust(); |
nothing calls this directly
no outgoing calls
no test coverage detected