added reset comic rating action to the comics list context menu

This commit is contained in:
Luis Ángel San Martín
2014-06-04 19:15:23 +02:00
parent ea990b8261
commit 9267c0335c
4 changed files with 47 additions and 2 deletions

View File

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