mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Utility function allows to remove multiple callsigns
This commit is contained in:
@@ -80,6 +80,9 @@ namespace BlackMisc
|
||||
//! Remove all objects with callsign
|
||||
int removeByCallsign(const CCallsign &callsign);
|
||||
|
||||
//! Remove all objects with callsigns
|
||||
int removeByCallsigns(const CCallsignSet &callsigns);
|
||||
|
||||
//! All suffixes with their respective count
|
||||
QMap<QString, int> getSuffixes() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user