mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #396 move Blackmisc Aviation classes into subfolder
This commit is contained in:
@@ -13,6 +13,7 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
|
||||
CAircraftEngineList::CAircraftEngineList(std::initializer_list<bool> enginesOnOff)
|
||||
{
|
||||
int no = 1; // engines 1 based
|
||||
@@ -74,5 +75,6 @@ namespace BlackMisc
|
||||
qDBusRegisterMetaType<CAircraftEngineList>();
|
||||
registerMetaValueType<CAircraftEngineList>();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user