mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Ref T231, Ref T232 utility functions
This commit is contained in:
@@ -62,9 +62,9 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
template<class OBJ, class CONTAINER>
|
||||
QStringList ICallsignObjectList<OBJ, CONTAINER>::getCallsignStrings() const
|
||||
QStringList ICallsignObjectList<OBJ, CONTAINER>::getCallsignStrings(bool sorted) const
|
||||
{
|
||||
return this->getCallsigns().getCallsignStrings();
|
||||
return this->getCallsigns().getCallsignStrings(sorted);
|
||||
}
|
||||
|
||||
template <class OBJ, class CONTAINER>
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace BlackMisc
|
||||
BlackMisc::Aviation::CCallsignSet getCallsigns() const;
|
||||
|
||||
//! Get callsign string list
|
||||
QStringList getCallsignStrings() const;
|
||||
QStringList getCallsignStrings(bool sorted = false) const;
|
||||
|
||||
//! Find 0..n stations by callsign
|
||||
CONTAINER findByCallsign(const CCallsign &callsign) const;
|
||||
|
||||
Reference in New Issue
Block a user