mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
added get info (comic vine) button
This commit is contained in:
@ -141,6 +141,7 @@ private:
|
||||
//QAction * setAllAsReadAction;
|
||||
//QAction * setAllAsNonReadAction;
|
||||
QAction * showHideMarksAction;
|
||||
QAction * getInfoAction; //comic vine
|
||||
|
||||
//edit info actions
|
||||
QAction * selectAllComicsAction;
|
||||
@ -266,6 +267,7 @@ public:
|
||||
void importLibraryPackage();
|
||||
void updateComicsView(quint64 libraryId, const ComicDB & comic);
|
||||
void setCurrentComicOpened();
|
||||
void showComicVineScraper();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user