Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp54 static const QString kErrorKey(QStringLiteral("error")); variable
96 if (m_json.contains(kErrorKey)) in GeoRouteJsonParserEsri()
98 QJsonObject error = m_json.value(kErrorKey).toObject(); in GeoRouteJsonParserEsri()