yacreader/YACReaderLibrary/comic_vine/model/json_model.cpp
2019-05-30 19:46:37 +02:00

7 lines
100 B
C++

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