Skip to content

Commit 8142d5f

Browse files
committed
Move metatype registration to single init code
1 parent d60727f commit 8142d5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/qgsgeometryvalidationservice.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ email : matthias@opengis.ch
3232
QgsGeometryValidationService::QgsGeometryValidationService( QgsProject *project )
3333
: mProject( project )
3434
{
35-
qRegisterMetaType< QList<std::shared_ptr<QgsGeometryCheckError> > >( "QList<std::shared_ptr<QgsGeometryCheckError>>" );
3635
connect( project, &QgsProject::layersAdded, this, &QgsGeometryValidationService::onLayersAdded );
3736
}
3837

0 commit comments

Comments
 (0)