Skip to content

Commit

Permalink
Avoid detach
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 6, 2018
1 parent 09cb22f commit d361d9b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -237,7 +237,7 @@ void QgsGeometryCheckerSetupTab::selectOutputDirectory()
void QgsGeometryCheckerSetupTab::runChecks()
{
// Get selected layer
QList<QgsVectorLayer *> layers = getSelectedLayers();
const QList<QgsVectorLayer *> layers = getSelectedLayers();
if ( layers.isEmpty() )
return;

Expand Down

0 comments on commit d361d9b

Please sign in to comment.