fixed wrong cover being loaded after deleting a comic

This commit is contained in:
Luis Ángel San Martín
2013-12-22 12:29:36 +01:00
parent 6624b0d483
commit 72f4fbd658
4 changed files with 53 additions and 9 deletions

View File

@ -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: