Files
pilotclient/src/plugins/weatherdata
Roland Winklmeier 0c7d2b23f4 Fix race condition between previous and next weather request
Once a weather request was finished, its worker gets destroyed automatically
but not immediately. This can cause it to still exist, when the next
request is being processed.
Therefore wait with sending the fetchingFinished() signal, until the
worker is fully destroyed.

ref T235
2018-02-04 09:00:08 +01:00
..