Home
last modified time | relevance | path

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

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