Luis Ángel San Martín 91df0a6aad added missing image files
2014-09-27 23:36:39 +02:00

7 lines
103 B
C++

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