added get info (comic vine) button

This commit is contained in:
Luis Ángel San Martín
2013-09-02 16:17:40 +02:00
parent 6c4ad3f5f9
commit 5cb2080387
3 changed files with 22 additions and 10 deletions

View File

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