mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
More intelligence to detect wrong feature descriptions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user