Changed CRC errors management.

This commit is contained in:
Luis Ángel San Martín
2013-12-18 23:16:53 +01:00
parent 7e69e94b82
commit d075b111ee
6 changed files with 13 additions and 3 deletions

View File

@ -663,6 +663,7 @@ void Render::createComic(const QString & path)
connect(comic,SIGNAL(errorOpening()),this,SIGNAL(errorOpening()));
connect(comic,SIGNAL(errorOpening(QString)),this,SIGNAL(errorOpening(QString)));
connect(comic,SIGNAL(crcErrorFound(QString)),this,SIGNAL(crcError(QString)));
connect(comic,SIGNAL(errorOpening()),this,SLOT(reset()));
connect(comic,SIGNAL(imageLoaded(int)),this,SIGNAL(imageLoaded(int)));
connect(comic,SIGNAL(imageLoaded(int)),this,SLOT(pageRawDataReady(int)));