Ref T442, utility functions for logically sorting by suffix

This commit is contained in:
Klaus Basan
2018-11-29 03:19:45 +01:00
parent 391327b3a7
commit 0da8d85999
10 changed files with 141 additions and 53 deletions

View File

@@ -95,6 +95,9 @@ namespace BlackMisc
//! Callsign suffix (e.g. TWR)
QString getCallsignSuffix() const;
//! Callsign suffix sort order
int getSuffixSortOrder() const;
//! Set callsign
void setCallsign(const CCallsign &callsign);