MCPcopy Create free account
hub / github.com/YACReader/yacreader / crcError

Method crcError

common/comic.cpp:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void FileComic::crcError(int index)
456{
457 emit crcErrorFound(tr("CRC error on page (%1): some of the pages will not be displayed correctly").arg(index + 1));
458}
459
460// TODO: comprobar que si se produce uno de estos errores, la carga del c�mic es irrecuperable
461void FileComic::unknownError(int index)

Callers 2

Z7_COM7F_IMFFunction · 0.80
getAllDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected