Add a method for triggering the change of a comic cover from the model

Sad day for nice code.
This commit is contained in:
Luis Ángel San Martín
2023-08-17 19:41:13 +02:00
parent d0915024e2
commit ab9472cb58
2 changed files with 20 additions and 0 deletions

View File

@ -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;