refs #478, fixes for datacache and containerbase discussed with MS via slack

This commit is contained in:
Klaus Basan
2015-10-14 02:21:22 +02:00
committed by Mathew Sutcliffe
parent 1b75f068be
commit 2d46a93676
2 changed files with 3 additions and 2 deletions

View File

@@ -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)
{