Further refactoring after the addition of the type role.

This commit is contained in:
2026-03-01 11:11:46 +01:00
parent becde8c794
commit f694e0e5ed
2 changed files with 27 additions and 18 deletions

View File

@ -27,6 +27,8 @@ class JsonParser {
static ModelItemValues jsonObjectToItemValues(const QJsonObject& itemJsonObject);
static pair<int, QVariant> getKeyValuePair(const QJsonObject& itemJsonObject, const int role);
static QJsonValue extractJsonValue(const ModelItemValues& itemValues, const int role);
};
#endif // JSONPARSER_H