mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #478, fixes for datacache and containerbase discussed with MS via slack
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1b75f068be
commit
2d46a93676
@@ -141,6 +141,7 @@ namespace BlackMisc
|
||||
//! \copydoc CValueObject::convertFromJson
|
||||
void convertFromJson(const QJsonObject &json)
|
||||
{
|
||||
derived().clear();
|
||||
QJsonArray array = json.value("containerbase").toArray();
|
||||
for (auto i = array.begin(); i != array.end(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user