CRC message error added.

This commit is contained in:
Luis Ángel San Martín
2013-08-17 19:19:16 +02:00
parent 08581319da
commit 2dd51a0df7
5 changed files with 30 additions and 2 deletions

View File

@ -606,6 +606,7 @@ void Render::load(const QString & path, int atPage)
previousIndex = currentIndex = 0;
connect(comic,SIGNAL(errorOpening()),this,SIGNAL(errorOpening()));
connect(comic,SIGNAL(errorOpening(QString)),this,SIGNAL(errorOpening(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)));