| 331 | } |
| 332 | |
| 333 | void QHexEdit::replace(qint64 index, char ch) |
| 334 | { |
| 335 | _undoStack->overwrite(index, ch); |
| 336 | refresh(); |
| 337 | } |
| 338 | |
| 339 | // ********************************************************************** ByteArray handling |
| 340 | void QHexEdit::insert(qint64 pos, const QByteArray &ba) |
no test coverage detected