mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 06:22:49 -05:00
Emit a signal when the cover of a comic changes
This commit is contained in:
@ -171,5 +171,8 @@ public slots:
|
||||
void loadNextCover();
|
||||
void loadPreviousCover();
|
||||
bool close();
|
||||
|
||||
signals:
|
||||
void coverChangedSignal(const ComicDB &comic);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user