mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
420e80a437
commit
6ebbf58f79
@@ -22,13 +22,11 @@
|
||||
#include <QUrl>
|
||||
#include <QByteArray>
|
||||
#include <QNetworkReply>
|
||||
#include <QNetworkAccessManager>
|
||||
#include <QPointer>
|
||||
#include <array>
|
||||
|
||||
class QNetworkAccessManager;
|
||||
|
||||
namespace BlackMisc { namespace PhysicalQuantities { class CTemperature; }}
|
||||
|
||||
namespace BlackWxPlugin
|
||||
{
|
||||
namespace Gfs
|
||||
@@ -45,7 +43,7 @@ namespace BlackWxPlugin
|
||||
CWeatherDataGfs(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CWeatherDataGfs();
|
||||
virtual ~CWeatherDataGfs();
|
||||
|
||||
//! \copydoc BlackCore::IWeatherData::fetchWeatherData
|
||||
virtual void fetchWeatherData(const BlackMisc::Weather::CWeatherGrid &grid,
|
||||
@@ -59,6 +57,7 @@ namespace BlackWxPlugin
|
||||
//! \threadsafe
|
||||
void ps_fetchingWeatherDataFinished();
|
||||
|
||||
//! Parsing
|
||||
void ps_parseGfsFile(QNetworkReply *reply);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user