Ref T731, moved AFV station model and client to BlackCore::Afv

* the QML map can also be used in dialog
* ATC station list also can be used in BlackCore
This commit is contained in:
Klaus Basan
2019-09-21 23:33:15 +02:00
committed by Mat Sutcliffe
parent 66b02e61c5
commit 992d624c18
16 changed files with 413 additions and 350 deletions

View File

@@ -15,6 +15,14 @@
#include <QDialog>
#include <QScopedPointer>
namespace BlackCore
{
namespace Afv
{
namespace Model { class CAfvMapReader; }
namespace Clients { class CAfvClient; }
}
}
namespace Ui { class CAfvMapDialog; }
namespace BlackGui
{
@@ -34,6 +42,8 @@ namespace BlackGui
private:
QScopedPointer<Ui::CAfvMapDialog> ui;
BlackCore::Afv::Model::CAfvMapReader *m_afvMapReader = nullptr;
BlackCore::Afv::Clients::CAfvClient *m_afvClient = nullptr;
};
} // ns
} // ns