mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Support editing the cover image of various comics at once
This commit is contained in:
@ -182,6 +182,8 @@ public slots:
|
||||
void loadCustomCoverImageFromPath(const QString &path);
|
||||
void setCoverPage(int pageNumber);
|
||||
bool close();
|
||||
void updateCoverBoxForMultipleComics();
|
||||
void updateCoverBoxForSingleComic();
|
||||
|
||||
signals:
|
||||
void coverChangedSignal(const ComicDB &comic);
|
||||
|
Reference in New Issue
Block a user