mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
clang-format src
This commit is contained in:
@@ -17,10 +17,19 @@
|
||||
|
||||
namespace BlackCore::Afv
|
||||
{
|
||||
namespace Model { class CAfvMapReader; }
|
||||
namespace Clients { class CAfvClient; }
|
||||
namespace Model
|
||||
{
|
||||
class CAfvMapReader;
|
||||
}
|
||||
namespace Clients
|
||||
{
|
||||
class CAfvClient;
|
||||
}
|
||||
}
|
||||
namespace Ui
|
||||
{
|
||||
class CAfvMapDialog;
|
||||
}
|
||||
namespace Ui { class CAfvMapDialog; }
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
//! QML map to display ATC stations
|
||||
@@ -38,7 +47,7 @@ namespace BlackGui::Components
|
||||
private:
|
||||
QScopedPointer<Ui::CAfvMapDialog> ui;
|
||||
BlackCore::Afv::Model::CAfvMapReader *m_afvMapReader = nullptr;
|
||||
BlackCore::Afv::Clients::CAfvClient *m_afvClient = nullptr;
|
||||
BlackCore::Afv::Clients::CAfvClient *m_afvClient = nullptr;
|
||||
};
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user