mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Ref T261, utility functions in value classes
* set offset values * do not change PQs if PQ is null * sorted by callsign
This commit is contained in:
committed by
Roland Winklmeier
parent
3f4cb7529c
commit
8e3b55b4ca
@@ -104,6 +104,9 @@ namespace BlackMisc
|
||||
//! Sort by callsign
|
||||
void sortByCallsign();
|
||||
|
||||
//! Copy of list sorted by callsign
|
||||
CONTAINER sortedByCallsign() const;
|
||||
|
||||
protected:
|
||||
//! Constructor
|
||||
ICallsignObjectList();
|
||||
|
||||
Reference in New Issue
Block a user