Searched refs:handleGeoNetworkData (Results 1 – 2 of 2) sorted by relevance
161 void handleGeoNetworkData(QNetworkReply *networkReply);
293 this, [this, rep]() { handleGeoNetworkData(rep); }); in queryCity()323 void AppModel::handleGeoNetworkData(QNetworkReply *networkReply) in handleGeoNetworkData() function in AppModel