More intelligence to detect wrong feature descriptions

This commit is contained in:
Daniel Girardeau-Montaut
2019-03-25 22:21:40 +01:00
parent ba1b4ac58c
commit 42bd0a52e4
13 changed files with 34 additions and 20 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ bool DualCloudFeature::prepare( const CorePoints& corePoints,
return false;
}
bool DualCloudFeature::checkValidity(QString &error) const
bool DualCloudFeature::checkValidity(QString corePointRole, QString &error) const
{
if (!Feature::checkValidity(error))
if (!Feature::checkValidity(corePointRole, error))
{
return false;
}