Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 26, 2023
1 parent 689e732 commit 5b61af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vectortile/qgsvectortileconnection.cpp
Expand Up @@ -149,7 +149,7 @@ QString QgsVectorTileProviderConnection::encodedLayerUri( const QgsVectorTilePro

QStringList QgsVectorTileProviderConnection::connectionList()
{
return QgsVectorTileProviderConnection::sTreeConnectionVectorTile->items();
return QgsVectorTileProviderConnection::sTreeConnectionVectorTile->items();
}

QgsVectorTileProviderConnection::Data QgsVectorTileProviderConnection::connection( const QString &name )
Expand Down

0 comments on commit 5b61af0

Please sign in to comment.