Searched refs:handleWeatherNetworkData (Results 1 – 2 of 2) sorted by relevance
162 void handleWeatherNetworkData(QNetworkReply *networkReply);
372 this, [this, rep]() { handleWeatherNetworkData(rep); }); in refreshWeather()380 void AppModel::handleWeatherNetworkData(QNetworkReply *networkReply) in handleWeatherNetworkData() function in AppModel