mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -04:00
added reset comic rating action to the comics list context menu
This commit is contained in:
@ -54,6 +54,7 @@ public:
|
||||
void remove(ComicDB * comic, int row);
|
||||
void removeInTransaction(int row);
|
||||
void reload(const ComicDB & comic);
|
||||
void resetComicRating(const QModelIndex & mi);
|
||||
|
||||
enum Columns {
|
||||
Number = 0,
|
||||
|
Reference in New Issue
Block a user