Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h162 void handleWeatherNetworkData(QNetworkReply *networkReply);
H A Dappmodel.cpp372 this, [this, rep]() { handleWeatherNetworkData(rep); }); in refreshWeather()
380 void AppModel::handleWeatherNetworkData(QNetworkReply *networkReply) in handleWeatherNetworkData() function in AppModel