Ref T335, misc. improvements of value classes/list

- verifyModelData
- setModelType
- getCallsignsAsString
This commit is contained in:
Klaus Basan
2018-09-12 16:18:56 +02:00
parent 7d715a909e
commit c675ef5c32
8 changed files with 61 additions and 4 deletions

View File

@@ -424,6 +424,9 @@ namespace BlackMisc
// ---------------- end file related functions --------------
//! Verify the model data
CStatusMessageList verifyModelData() const;
//! Model type
static const QString &modelTypeToString(ModelType type);