Searched refs:handleForecastNetworkData (Results 1 – 2 of 2) sorted by relevance
163 void handleForecastNetworkData(QNetworkReply *networkReply);
429 this, [this, rep]() { handleForecastNetworkData(rep); }); in handleWeatherNetworkData()432 void AppModel::handleForecastNetworkData(QNetworkReply *networkReply) in handleForecastNetworkData() function in AppModel