mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #247 All our value classes registered with our new custom metatype system.
This commit is contained in:
@@ -105,6 +105,7 @@ namespace BlackSim
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CAircraftCfgEntries>>();
|
||||
qRegisterMetaType<CAircraftCfgEntriesList>();
|
||||
qDBusRegisterMetaType<CAircraftCfgEntriesList>();
|
||||
BlackMisc::registerMetaValueType<CAircraftCfgEntriesList>();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
@@ -15,6 +15,7 @@ namespace BlackSim
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CAircraftMapping>>();
|
||||
qRegisterMetaType<CAircraftMappingList>();
|
||||
qDBusRegisterMetaType<CAircraftMappingList>();
|
||||
BlackMisc::registerMetaValueType<CAircraftMappingList>();
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
@@ -28,6 +28,7 @@ namespace BlackSim
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CSimulatorInfo>>();
|
||||
qRegisterMetaType<CSimulatorInfoList>();
|
||||
qDBusRegisterMetaType<CSimulatorInfoList>();
|
||||
BlackMisc::registerMetaValueType<CSimulatorInfoList>();
|
||||
}
|
||||
|
||||
} // namespace BlackSim
|
||||
|
||||
Reference in New Issue
Block a user