clang-format src

This commit is contained in:
Lars Toenning
2023-04-13 14:20:16 +02:00
parent ba41d4887b
commit 970b7c3650
1501 changed files with 20326 additions and 17820 deletions

View File

@@ -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