mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
3be498a347
commit
d5a81a349b
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user