Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update qgsnewvectortabledialog.cpp
  • Loading branch information
stefanuhrig authored and nyalldawson committed Feb 10, 2021
1 parent 57493fa commit f840c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsnewvectortabledialog.cpp
Expand Up @@ -88,7 +88,7 @@ QgsNewVectorTableDialog::QgsNewVectorTableDialog( QgsAbstractDatabaseProviderCon
if ( mConnection->capabilities().testFlag( QgsAbstractDatabaseProviderConnection::Capability::Schemas ) )
{
mSchemaCbo->addItems( mConnection->schemas() );
connect( mSchemaCbo, &QComboBox::currentTextChanged, this, [ = ]( const QString &schema )
connect( mSchemaCbo, &QComboBox::currentTextChanged, this, [ = ]( const QString & schema )
{
updateTableNames( schema );
} );
Expand Down

0 comments on commit f840c81

Please sign in to comment.