11 lines
214 B
C
11 lines
214 B
C
|
#ifndef REPORTTOJSON_H
|
||
|
#define REPORTTOJSON_H
|
||
|
|
||
|
#include <QDir>
|
||
|
#include "UtilityGlobal.h"
|
||
|
#include <QMetaProperty>
|
||
|
|
||
|
|
||
|
UTILITY_API void saveDataset_Json(QHash<QString, QList<QObject*>> datasets,QString path);
|
||
|
|
||
|
#endif
|