Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp395 QJsonObject tempObject; in handleWeatherNetworkData() local
402 tempObject = val.toObject(); in handleWeatherNetworkData()
403 … d->now.setWeatherDescription(tempObject.value(QStringLiteral("description")).toString()); in handleWeatherNetworkData()
404 d->now.setWeatherIcon(tempObject.value("icon").toString()); in handleWeatherNetworkData()
408 tempObject = val.toObject(); in handleWeatherNetworkData()
409 val = tempObject.value(QStringLiteral("temp")); in handleWeatherNetworkData()