mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Ref T111, search for location/name
This commit is contained in:
committed by
Mathew Sutcliffe
parent
58b5dd1278
commit
bb4f0e7a13
@@ -49,6 +49,9 @@ namespace BlackMisc
|
||||
//! Find first station by callsign, if not return given value / default
|
||||
CAirport findFirstByIcao(const CAirportIcaoCode &icao, const CAirport &ifNotFound = CAirport()) const;
|
||||
|
||||
//! Find first by name or location, if not return given value / default
|
||||
CAirport findFirstByNameOrLocation(const QString &nameOrLocation, const CAirport &ifNotFound = CAirport()) const;
|
||||
|
||||
//! Containing an airport with given ICAO code?
|
||||
bool containsAirportWithIcaoCode(const CAirportIcaoCode &icao) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user