| 313 | } |
| 314 | |
| 315 | bool QHexEdit::write(QIODevice &iODevice, qint64 pos, qint64 count) |
| 316 | { |
| 317 | return _chunks->write(iODevice, pos, count); |
| 318 | } |
| 319 | |
| 320 | // ********************************************************************** Char handling |
| 321 | void QHexEdit::insert(qint64 index, char ch) |
nothing calls this directly
no outgoing calls
no test coverage detected