todo adjustments

This commit is contained in:
Mathew Sutcliffe
2017-01-04 22:12:02 +00:00
parent 5ea9b90e87
commit 52777cf7dc
3 changed files with 3 additions and 3 deletions

View File

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