mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -20,16 +20,5 @@ namespace BlackMisc
|
||||
CSequence<CAircraftParts>(other)
|
||||
{ }
|
||||
|
||||
void CAircraftPartsList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<BlackMisc::CSequence<CAircraftParts>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CSequence<CAircraftParts>>();
|
||||
qRegisterMetaType<BlackMisc::CCollection<CAircraftParts>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CAircraftParts>>();
|
||||
qRegisterMetaType<CAircraftPartsList>();
|
||||
qDBusRegisterMetaType<CAircraftPartsList>();
|
||||
registerMetaValueType<CAircraftPartsList>();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user