| 4212 | } |
| 4213 | |
| 4214 | UINT8 FfsEngine::reconstructImageFile(QByteArray & reconstructed) |
| 4215 | { |
| 4216 | return reconstruct(model->index(0, 0), reconstructed); |
| 4217 | } |
| 4218 | |
| 4219 | // Search routines |
| 4220 | UINT8 FfsEngine::findHexPattern(const QModelIndex & index, const QByteArray & hexPattern, const UINT8 mode) |
no test coverage detected