mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Feature validation should not spam the log
This commit is contained in:
parent
5288aed550
commit
a01f153ec1
@ -737,7 +737,7 @@ void QgsMapToolCapture::validateGeometry()
|
||||
connect( mValidator, &QgsGeometryValidator::errorFound, this, &QgsMapToolCapture::addError );
|
||||
connect( mValidator, &QThread::finished, this, &QgsMapToolCapture::validationFinished );
|
||||
mValidator->start();
|
||||
emit messageEmitted( tr( "Validation started" ) );
|
||||
QgsDebugMsgLevel( "Validation started", 4 );
|
||||
}
|
||||
|
||||
void QgsMapToolCapture::addError( QgsGeometry::Error e )
|
||||
|
Loading…
x
Reference in New Issue
Block a user