Searched refs:editorialObject (Results 1 – 2 of 2) sorted by relevance
175 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject, in parseEditorial() argument182 editorial.setAttribution(editorialObject.value(QStringLiteral("attribution")).toString()); in parseEditorial()188 … editorial.setSupplier(parseSupplier(editorialObject.value(QStringLiteral("supplier")).toObject(), in parseEditorial()190 editorial.setLanguage(editorialObject.value(QStringLiteral("language")).toString()); in parseEditorial()191 editorial.setText(editorialObject.value(QStringLiteral("description")).toString()); in parseEditorial()
68 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject,