mirror of
https://github.com/YACReader/yacreader
synced 2026-02-04 22:30:11 -05:00
fixed wrong cover being loaded after deleting a comic
This commit is contained in:
@ -54,6 +54,8 @@ public:
|
||||
void generate(int index, const QString& fileName, QSize size);
|
||||
void reset(){idx = -1;};
|
||||
int index() const { return idx; };
|
||||
void lock();
|
||||
void unlock();
|
||||
QImage result();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user