mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04: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