mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -29,16 +29,5 @@ namespace BlackMisc
|
||||
return this->transform([i18n](const CSimulatorPluginInfo & info) { return info.toQString(i18n); });
|
||||
}
|
||||
|
||||
void CSimulatorPluginInfoList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<BlackMisc::CSequence<CSimulatorPluginInfo>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CSequence<CSimulatorPluginInfo>>();
|
||||
qRegisterMetaType<BlackMisc::CCollection<CSimulatorPluginInfo>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CSimulatorPluginInfo>>();
|
||||
qRegisterMetaType<CSimulatorPluginInfoList>();
|
||||
qDBusRegisterMetaType<CSimulatorPluginInfoList>();
|
||||
BlackMisc::registerMetaValueType<CSimulatorPluginInfoList>();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user