mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added reset comic rating action to the comics list context menu
This commit is contained in:
@ -144,6 +144,7 @@ private:
|
||||
//QAction * setAllAsNonReadAction;
|
||||
QAction * showHideMarksAction;
|
||||
QAction * getInfoAction; //comic vine
|
||||
QAction * resetComicRatingAction;
|
||||
|
||||
//edit info actions
|
||||
QAction * selectAllComicsAction;
|
||||
@ -274,6 +275,7 @@ public:
|
||||
void showComicVineScraper();
|
||||
void setRemoveError();
|
||||
void checkRemoveError();
|
||||
void resetComicRating();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user