Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move metatype registration to single init code
  • Loading branch information
m-kuhn committed Oct 15, 2018
1 parent d60727f commit 8142d5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsgeometryvalidationservice.cpp
Expand Up @@ -32,7 +32,6 @@ email : matthias@opengis.ch
QgsGeometryValidationService::QgsGeometryValidationService( QgsProject *project )
: mProject( project )
{
qRegisterMetaType< QList<std::shared_ptr<QgsGeometryCheckError> > >( "QList<std::shared_ptr<QgsGeometryCheckError>>" );
connect( project, &QgsProject::layersAdded, this, &QgsGeometryValidationService::onLayersAdded );
}

Expand Down

0 comments on commit 8142d5f

Please sign in to comment.