mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -24,17 +24,6 @@ namespace BlackMisc
|
||||
CSequence<CAtcStation>(other)
|
||||
{ }
|
||||
|
||||
void CAtcStationList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<BlackMisc::CSequence<CAtcStation>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CSequence<CAtcStation>>();
|
||||
qRegisterMetaType<BlackMisc::CCollection<CAtcStation>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CAtcStation>>();
|
||||
qRegisterMetaType<CAtcStationList>();
|
||||
qDBusRegisterMetaType<CAtcStationList>();
|
||||
registerMetaValueType<CAtcStationList>();
|
||||
}
|
||||
|
||||
CAtcStationList CAtcStationList::findIfComUnitTunedIn25KHz(const CComSystem &comUnit) const
|
||||
{
|
||||
return this->findBy([&](const CAtcStation & atcStation)
|
||||
|
||||
Reference in New Issue
Block a user