This commit is contained in:
Klaus Basan
2020-04-18 04:37:26 +02:00
committed by Mat Sutcliffe
parent 3be498a347
commit d5a81a349b
3 changed files with 6 additions and 6 deletions

View File

@@ -63,6 +63,7 @@ namespace BlackCore
void weatherGridReceived(const BlackMisc::Weather::CWeatherGrid &weatherGrid, const BlackMisc::CIdentifier &identifier);
private:
//! Pending weather request
struct WeatherRequest
{
QString filePath;
@@ -72,7 +73,6 @@ namespace BlackCore
};
bool loadWeatherDataPlugins();
void fetchNextWeatherData();
void handleNextRequest();