Luis Ángel San Martín 9795f514e7 added new comic_vine folder containing all the ComicVine related clases
added QtScript dependency (json parser)
2013-10-07 16:48:05 +02:00

7 lines
103 B
C++

#include "json_model.h"
JSONModel::JSONModel(QObject *parent) :
QAbstractItemModel(parent)
{
}