Skip to content

Commit

Permalink
cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Dec 3, 2021
1 parent 1b9e804 commit a9bbbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -10625,7 +10625,7 @@ void QgisApp::selectByForm()
dlg->setAttribute( Qt::WA_DeleteOnClose );
connect( dlg, &QgsSelectByFormDialog::showFilteredFeaturesAttributeTable, [ = ]( const QString & filter )
{
if ( !vlayer || !vlayer->dataProvider() )
if ( !vlayer->dataProvider() )
{
return;
}
Expand Down

0 comments on commit a9bbbe6

Please sign in to comment.