mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -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/volumes_model.h
Normal file
18
YACReaderLibrary/comic_vine/model/volumes_model.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef VOLUMES_MODEL_H
|
||||
#define VOLUMES_MODEL_H
|
||||
|
||||
#include "json_model.h"
|
||||
|
||||
class VolumesModel : public JSONModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit VolumesModel(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // VOLUMES_MODEL_H
|
Reference in New Issue
Block a user