Skip to content

Commit

Permalink
Fix #50999 GDAL auth config filter
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Nov 27, 2022
1 parent e86dc3e commit fdbcb2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/providers/gdal/qgsgdalsourceselect.cpp
Expand Up @@ -85,6 +85,7 @@ QgsGdalSourceSelect::QgsGdalSourceSelect( QWidget *parent, Qt::WindowFlags fl, Q
fillOpenOptions();
} );
mOpenOptionsGroupBox->setVisible( false );
mAuthSettingsProtocol->setDataprovider( QStringLiteral( "gdal" ) );
}

bool QgsGdalSourceSelect::isProtocolCloudType()
Expand Down

0 comments on commit fdbcb2b

Please sign in to comment.