mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
added new comic_vine folder containing all the ComicVine related clases
added QtScript dependency (json parser)
This commit is contained in:
8
YACReaderLibrary/comic_vine/select_comic.cpp
Normal file
8
YACReaderLibrary/comic_vine/select_comic.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "select_comic.h"
|
||||
|
||||
|
||||
SelectComic::SelectComic(QWidget *parent)
|
||||
:QWidget(parent)
|
||||
{}
|
||||
|
||||
SelectComic::~SelectComic() {}
|
Reference in New Issue
Block a user