mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
@@ -43,7 +43,7 @@ bool loadConfig(const QString & configFile, bool correct, bool ignore)
|
||||
if (!schemaChecker.validate(jsonConfig).first)
|
||||
{
|
||||
QStringList schemaErrors = schemaChecker.getMessages();
|
||||
foreach (auto & schemaError, schemaErrors)
|
||||
for (auto & schemaError : schemaErrors)
|
||||
{
|
||||
qDebug() << "config write validation: " << schemaError;
|
||||
}
|
||||
|
Reference in New Issue
Block a user