mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #415, mixin style lists
This commit is contained in:
@@ -19,17 +19,6 @@ namespace BlackMisc
|
||||
CSequence<CAirport>(other)
|
||||
{ }
|
||||
|
||||
void CAirportList::registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<BlackMisc::CSequence<CAirport>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CSequence<CAirport>>();
|
||||
qRegisterMetaType<BlackMisc::CCollection<CAirport>>();
|
||||
qDBusRegisterMetaType<BlackMisc::CCollection<CAirport>>();
|
||||
qRegisterMetaType<CAirportList>();
|
||||
qDBusRegisterMetaType<CAirportList>();
|
||||
registerMetaValueType<CAirportList>();
|
||||
}
|
||||
|
||||
CAirportList CAirportList::findByIcao(const CAirportIcaoCode &icao) const
|
||||
{
|
||||
return this->findBy(&CAirport::getIcao, icao);
|
||||
|
||||
Reference in New Issue
Block a user