Ref T107, some minor fixes while investigating T107

This commit is contained in:
Klaus Basan
2017-07-12 16:38:01 +02:00
committed by Mathew Sutcliffe
parent 880cedec5d
commit 0e3a06c24e
6 changed files with 11 additions and 5 deletions

View File

@@ -29,7 +29,8 @@ namespace BlackMisc
if (! json.contains("MetaData")) { throw CJsonException("Missing 'MetaData'"); }
// json data is already validated by CPluginManagerSimulator
CJsonScope scope("MetaData");
//! \todo for RW See T107, remove, change code?
// CJsonScope scope("MetaData");
CValueObject::convertFromJson(json["MetaData"].toObject());
m_valid = true;
}