useExistingScalarFields implementation

This commit is contained in:
Paul Leroy
2023-03-24 18:28:05 +01:00
parent 7062d8c5e2
commit 0db1201087
11 changed files with 132 additions and 32 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ static IScalarFieldWrapper::Shared GetSource(const Feature::Source& fs, const cc
}
else
{
ccLog::Warning(QObject::tr("Internal error: unknwon scalar field '%1'").arg(fs.name));
ccLog::Warning(QObject::tr("Internal error: unknown scalar field '%1'").arg(fs.name));
return IScalarFieldWrapper::Shared(nullptr);
}
}