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:
Klaus Basan
2015-02-02 17:43:09 +01:00
parent 880bb53e3d
commit cec59c5d72
6 changed files with 30 additions and 42 deletions

View File

@@ -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;