mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Ref T335, misc. improvements of value classes/list
- verifyModelData - setModelType - getCallsignsAsString
This commit is contained in:
@@ -47,6 +47,9 @@ namespace BlackMisc
|
||||
//! The callsign strings
|
||||
QStringList getCallsignStrings(bool sorted = false) const;
|
||||
|
||||
//! Callsigns as string
|
||||
QString getCallsignsAsString(bool sorted = false, const QString &separator = ", ") const;
|
||||
|
||||
//! Register metadata
|
||||
static void registerMetadata();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user