yacreader/YACReaderLibrary/comic_vine/model/json_model.cpp
2018-07-30 15:04:04 +02:00

7 lines
97 B
C++

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