Added type role and column & refactored the JsonParser in the process.
This commit is contained in:
@ -18,6 +18,7 @@ class JsonParser {
|
||||
const QString& rootValueName = "");
|
||||
static QByteArray itemValuesListToJson(const QList<ModelItemValues>& itemValuesList,
|
||||
const QString& objectName = "");
|
||||
static QJsonObject itemValuesToJsonObject(const ModelItemValues& itemValues);
|
||||
|
||||
private:
|
||||
explicit JsonParser();
|
||||
|
||||
Reference in New Issue
Block a user