mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T171, callsign strings can be (alphabetically) sorted
This commit is contained in:
@@ -40,7 +40,7 @@ namespace BlackMisc
|
||||
CCallsignSet(const CCollection<CCallsign> &other);
|
||||
|
||||
//! The callsign strings
|
||||
QStringList getCallsignStrings() const;
|
||||
QStringList getCallsignStrings(bool sorted = false) const;
|
||||
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
|
||||
Reference in New Issue
Block a user