mirror of
https://github.com/YACReader/yacreader
synced 2026-02-07 15:50:13 -05:00
Fixed thread leak when a comic has to be destroyed while it is being processed.
This commit is contained in:
@ -86,8 +86,10 @@ class Comic : public QObject
|
||||
void checkIsBookmark(int index);
|
||||
void updateBookmarkImage(int);
|
||||
void setPageLoaded(int page);
|
||||
void invalidate();
|
||||
|
||||
signals:
|
||||
void invalidated();
|
||||
void destroyed();
|
||||
void imagesLoaded();
|
||||
void imageLoaded(int index);
|
||||
|
||||
Reference in New Issue
Block a user