mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #773, sent model name to DB
* improved model parsing for FSX family * improved description for model name #772 and Ref T1 contain the related backend fixes
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bf8198e2c2
commit
cda3ece82b
@@ -75,6 +75,7 @@ namespace BlackMisc
|
||||
|
||||
// filename not in DB
|
||||
obj.insert("id", this->getDbKeyAsJsonValue());
|
||||
obj.insert("name", this->getName());
|
||||
obj.insert("modelstring", QJsonValue(this->m_modelString));
|
||||
obj.insert("description", QJsonValue(this->m_description));
|
||||
obj.insert("mode", QJsonValue(getModelModeAsString().left(1).toUpper()));
|
||||
|
||||
Reference in New Issue
Block a user