mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 09:24:57 -04:00
added new comic_vine folder containing all the ComicVine related clases
added QtScript dependency (json parser)
This commit is contained in:
18
YACReaderLibrary/comic_vine/model/json_model.h
Normal file
18
YACReaderLibrary/comic_vine/model/json_model.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef JSON_MODEL_H
|
||||
#define JSON_MODEL_H
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
|
||||
class JSONModel : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit JSONModel(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // JSON_MODEL_H
|
Reference in New Issue
Block a user