mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add a method for triggering the change of a comic cover from the model
Sad day for nice code.
This commit is contained in:
@ -124,6 +124,7 @@ public:
|
||||
void reload();
|
||||
void reload(const ComicDB &comic);
|
||||
void resetComicRating(const QModelIndex &mi);
|
||||
void notifyCoverChange(const ComicDB &comic);
|
||||
|
||||
Q_INVOKABLE QUrl getCoverUrlPathForComicHash(const QString &hash) const;
|
||||
|
||||
|
Reference in New Issue
Block a user