| 295 | } |
| 296 | |
| 297 | bool QHexEdit::dynamicBytesPerLine() |
| 298 | { |
| 299 | return _dynamicBytesPerLine; |
| 300 | } |
| 301 | |
| 302 | // ********************************************************************** Access to data of qhexedit |
| 303 | bool QHexEdit::setData(QIODevice &iODevice) |
no outgoing calls
no test coverage detected