ThumbnailCreator uses 7z shared library

This commit is contained in:
Luis Ángel San Martín
2013-08-26 22:00:29 +02:00
parent c96950584f
commit 731b3fa476
3 changed files with 22 additions and 62 deletions

View File

@ -97,7 +97,6 @@ class ComicDB;
{
Q_OBJECT
private:
QList<QString> filter(const QList<QString> & src);
QList<QVector<quint32> > getSections(int & sectionIndex);
public:
FileComic();
@ -108,6 +107,7 @@ class ComicDB;
virtual bool load(const QString & path, const ComicDB & comic);
void crcError(int index);
void unknownError(int index);
static QList<QString> filter(const QList<QString> & src);
public slots:
void process();
};