Home
last modified time | relevance | path

Searched refs:editorialObject (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Djsonparserhelpers.cpp175 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject, in parseEditorial() argument
182 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()
H A Djsonparserhelpers.h68 QPlaceEditorial parseEditorial(const QJsonObject &editorialObject,