removed completely the lag from information label

comics are now opened by the last read page
This commit is contained in:
Luis Ángel San Martín
2013-07-15 11:35:20 +02:00
parent a3837c0982
commit 0398b8ca57
7 changed files with 24 additions and 4 deletions

View File

@ -393,8 +393,9 @@ void FileComic::process()
out << "tiempo en ordenar : " << myTimer.elapsed() << endl;
_firstPage = 0;
_index = 0;
_firstPage = bm->getLastPage();
_index = bm->getLastPage();
emit(openAt(_index));
int sectionIndex;
QList<QVector <quint32> > sections = getSections(sectionIndex);