2017-09-24 21:15:16 +02:00

7 lines
103 B
C++

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