mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
Ref T704, improved airline prefix parsing (from callsign)
This commit is contained in:
committed by
Mat Sutcliffe
parent
a5663914c5
commit
9965fd039e
@@ -113,8 +113,12 @@ namespace BlackMisc
|
||||
//! Airline suffix (e.g. DLH1234 -> DLH) if applicable @{
|
||||
QString getAirlinePrefix() const;
|
||||
QString getAirlinePrefix(QString &flightNumber) const;
|
||||
QString getAirlinePrefix(QString &flightNumber, QString &flightIdentification) const;
|
||||
// @}
|
||||
|
||||
//! Flight number (e.g. DLH1234 -> 1234) if applicable
|
||||
QString getFlightIndentification() const;
|
||||
|
||||
//! Flight number (e.g. DLH1234 -> 1234) if applicable
|
||||
QString getFlightNumber() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user