Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp454 WeatherData *forecastEntry = new WeatherData(); in handleForecastNetworkData() local
465 forecastEntry->setTemperature(data); in handleForecastNetworkData()
470 forecastEntry->setDayOfWeek(dt.date().toString(QStringLiteral("ddd"))); in handleForecastNetworkData()
475 forecastEntry->setWeatherIcon(jo.value(QStringLiteral("icon")).toString()); in handleForecastNetworkData()
478forecastEntry->setWeatherDescription(jo.value(QStringLiteral("description")).toString()); in handleForecastNetworkData()
480 d->forecast.append(forecastEntry); in handleForecastNetworkData()