Further refactoring after the addition of the type role.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user