mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
ThumbnailCreator uses 7z shared library
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user