a?adido c?lculo de secciones para optimizar la extracci?n de c?mics

This commit is contained in:
Luis Ángel San Martín
2013-07-15 10:20:48 +02:00
parent ff17d8ef1f
commit b10b27864a
4 changed files with 125 additions and 8 deletions

View File

@ -29,8 +29,8 @@
int _cfi;
//open the comic at this point
int _firstPage;
bool _isPDF;
public:
@ -86,6 +86,7 @@
Q_OBJECT
private:
QList<QString> filter(const QList<QString> & src);
QList<QVector<quint32> > getSections(int & sectionIndex);
public:
FileComic();
FileComic(const QString & path);