Skip to content

Commit

Permalink
[gdal] Do not fill options for remote protocole URIs to avoid UI free…
Browse files Browse the repository at this point in the history
…ze on each keystroke
  • Loading branch information
nirvn committed Nov 9, 2021
1 parent c5bbd7b commit 9016862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/providers/gdal/qgsgdalsourceselect.cpp
Expand Up @@ -55,7 +55,6 @@ QgsGdalSourceSelect::QgsGdalSourceSelect( QWidget *parent, Qt::WindowFlags fl, Q
if ( radioSrcProtocol->isChecked() )
{
emit enableButtons( !text.isEmpty() );
fillOpenOptions();
}
} );
connect( mBucket, &QLineEdit::textChanged, this, [ = ]( const QString & text )
Expand Down

0 comments on commit 9016862

Please sign in to comment.