2018-01-28 13:32:56 +01:00

7 lines
103 B
C++

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