mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
Ref T684, renamed to "getAirlinePrefix()", as airline comes first
This commit is contained in:
committed by
Mat Sutcliffe
parent
0d04d3da1d
commit
5da74faad0
@@ -108,8 +108,8 @@ namespace BlackMisc
|
||||
QString getSuffix() const;
|
||||
|
||||
//! Airline suffix (e.g. DLH1234 -> DLH) if applicable @{
|
||||
QString getAirlineSuffix() const;
|
||||
QString getAirlineSuffix(QString &flightNumber) const;
|
||||
QString getAirlinePrefix() const;
|
||||
QString getAirlinePrefix(QString &flightNumber) const;
|
||||
// @}
|
||||
|
||||
//! Flight number (e.g. DLH1234 -> 1234) if applicable
|
||||
|
||||
Reference in New Issue
Block a user