mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
refs #815 Mark with \todo the remaining places where CJsonException needs to be caught.
This commit is contained in:
@@ -1327,7 +1327,7 @@ namespace BlackGui
|
||||
break;
|
||||
}
|
||||
ContainerType container;
|
||||
container.convertFromJson(json);
|
||||
container.convertFromJson(json); //! \todo catch CJsonException or use convertFromJsonNoThrow
|
||||
m = this->modifyLoadedJsonData(container);
|
||||
if (m.isFailure()) { break; } // modification error
|
||||
m = this->validateLoadedJsonData(container);
|
||||
|
||||
Reference in New Issue
Block a user