mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
todo adjustments
This commit is contained in:
@@ -379,7 +379,7 @@ namespace BlackMisc
|
||||
const auto value = json.value(name);
|
||||
if (value.isUndefined())
|
||||
{
|
||||
constexpr bool required = false; // \todo add RequiredForJson flag in metaclass system
|
||||
constexpr bool required = false; //! \fixme add RequiredForJson flag in metaclass system
|
||||
if (required) { throw CJsonException(QStringLiteral("Missing required member '%1'").arg(name.m_latin1)); }
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user