Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply suggestions from code review
Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com>
  • Loading branch information
nyalldawson and nirvn committed Apr 2, 2023
1 parent 692d7a7 commit 8c63f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vectortile/qgsvectortilesourceselect.cpp
Expand Up @@ -87,7 +87,7 @@ QgsVectorTileSourceSelect::QgsVectorTileSourceSelect( QWidget *parent, Qt::Windo
mFileWidget->setOptions( QFileDialog::HideNameFilterDetails );
connect( mFileWidget, &QgsFileWidget::fileChanged, this, [ = ]( const QString & path )
{
emit enableButtons( ! path.isEmpty() );
emit enableButtons( !path.isEmpty() );
} );
}

Expand Down

0 comments on commit 8c63f89

Please sign in to comment.