mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #369, revised atc station and client list
* function to get only stations with valid callsign * use ICallsignObjectList in client list * removeByCallsign
This commit is contained in:
@@ -51,6 +51,9 @@ namespace BlackMisc
|
||||
//! All with given suffix, empty suffixes ignored
|
||||
CONTAINER findBySuffix(const QString &suffix) const;
|
||||
|
||||
//! Remove all objects with callsign
|
||||
int removeByCallsign(const CCallsign &callsign);
|
||||
|
||||
//! All suffixes with their respective count
|
||||
QMap<QString, int> getSuffixes() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user