Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h71 READ weatherDescription WRITE setWeatherDescription
88 void setWeatherDescription(const QString &value);
H A Dappmodel.cpp131 void WeatherData::setWeatherDescription(const QString &value) in setWeatherDescription() function in WeatherData
403 … d->now.setWeatherDescription(tempObject.value(QStringLiteral("description")).toString()); in handleWeatherNetworkData()
478 … forecastEntry->setWeatherDescription(jo.value(QStringLiteral("description")).toString()); in handleForecastNetworkData()