mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Ref T509, utility function for ICAO codes
This commit is contained in:
committed by
Mat Sutcliffe
parent
80a36f4346
commit
20b83d66eb
@@ -299,9 +299,12 @@ namespace BlackMisc
|
||||
//! Model strings plus count
|
||||
QMap<QString, int> countPerModelString() const;
|
||||
|
||||
//! Distributor plus count
|
||||
//! Distributors plus count
|
||||
QMap<BlackMisc::Simulation::CDistributor, int> countPerDistributor() const;
|
||||
|
||||
//! Aircraft ICAO plus count
|
||||
QMap<BlackMisc::Aviation::CAircraftIcaoCode, int> countPerAircraftIcao() const;
|
||||
|
||||
//! Which simulator(s) have the most entries?
|
||||
CSimulatorInfo simulatorsWithMaxEntries() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user