Navigation Menu

Skip to content

Commit

Permalink
fix set current vector tile connection
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 27, 2023
1 parent c092f32 commit 69cb0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vectortile/qgsvectortileconnection.cpp
Expand Up @@ -210,7 +210,7 @@ QString QgsVectorTileProviderConnection::selectedConnection()

void QgsVectorTileProviderConnection::setSelectedConnection( const QString &name )
{
sTreeConnectionVectorTile->selectedItem( {name} );
sTreeConnectionVectorTile->setSelectedItem( name );
}


Expand Down

0 comments on commit 69cb0bb

Please sign in to comment.