mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
added new comic_vine folder containing all the ComicVine related clases
added QtScript dependency (json parser)
This commit is contained in:
14
YACReaderLibrary/comic_vine/select_comic.h
Normal file
14
YACReaderLibrary/comic_vine/select_comic.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef SELECT_COMIC_H
|
||||
#define SELECT_COMIC_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class SelectComic : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SelectComic(QWidget * parent = 0);
|
||||
virtual ~SelectComic();
|
||||
};
|
||||
|
||||
#endif // SELECT_COMIC_H
|
Reference in New Issue
Block a user