cutter/src/common/JsonModel.h

15 lines
222 B
C
Raw Normal View History

#ifndef JSONMODEL_H
#define JSONMODEL_H
#include <QTreeWidgetItem>
#include "CutterJson.h"
namespace Cutter {
QTreeWidgetItem *jsonTreeWidgetItem(const QString &key, const CutterJson &json);
};
#endif // JSONMODEL_H