| 453 | } |
| 454 | |
| 455 | void 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 |
| 461 | void FileComic::unknownError(int index) |
no outgoing calls
no test coverage detected