mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Ref T259, Ref T243 client provider used with network classes
Also adds a dummy testing class
This commit is contained in:
@@ -33,10 +33,7 @@ namespace BlackCoreTest
|
||||
|
||||
public:
|
||||
//! Constructor.
|
||||
explicit CTestNetwork(QObject *parent = nullptr) :
|
||||
QObject(parent),
|
||||
m_networkVatlib(BlackMisc::Simulation::COwnAircraftProviderDummy::instance(), parent)
|
||||
{}
|
||||
explicit CTestNetwork(QObject *parent = nullptr);
|
||||
|
||||
private slots:
|
||||
//! Test the vatlib
|
||||
|
||||
Reference in New Issue
Block a user