mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T231, utility functions
* altitude * situation * callsign set * elevation set
This commit is contained in:
@@ -26,6 +26,11 @@ namespace BlackMisc
|
||||
CCollection<CCallsign>(other)
|
||||
{ }
|
||||
|
||||
bool CCallsignSet::containsCallsign(const QString &callsign) const
|
||||
{
|
||||
return this->contains(CCallsign(callsign));
|
||||
}
|
||||
|
||||
QStringList CCallsignSet::getCallsignStrings(bool sorted) const
|
||||
{
|
||||
QStringList callsigns;
|
||||
|
||||
Reference in New Issue
Block a user