mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
clang-format src
This commit is contained in:
@@ -39,10 +39,10 @@ namespace BlackCore::Vatsim
|
||||
//! Read VATSIM server file
|
||||
//! \sa https://data.vatsim.net/v3/vatsim-servers.json
|
||||
class BLACKCORE_EXPORT CVatsimServerFileReader :
|
||||
public CThreadedReader,
|
||||
public BlackMisc::Network::CEcosystemAware
|
||||
public CThreadedReader,
|
||||
public BlackMisc::Network::CEcosystemAware
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
@@ -78,7 +78,6 @@ namespace BlackCore::Vatsim
|
||||
|
||||
//! Read / re-read data file
|
||||
void read();
|
||||
|
||||
};
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user