Skip to content

Commit 8c63f89

Browse files
nyalldawsonnirvn
andcommittedApr 2, 2023
Apply suggestions from code review
Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com>
1 parent 692d7a7 commit 8c63f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/vectortile/qgsvectortilesourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ QgsVectorTileSourceSelect::QgsVectorTileSourceSelect( QWidget *parent, Qt::Windo
8787
mFileWidget->setOptions( QFileDialog::HideNameFilterDetails );
8888
connect( mFileWidget, &QgsFileWidget::fileChanged, this, [ = ]( const QString & path )
8989
{
90-
emit enableButtons( ! path.isEmpty() );
90+
emit enableButtons( !path.isEmpty() );
9191
} );
9292
}
9393

0 commit comments

Comments
 (0)
Please sign in to comment.