Skip to content

Commit

Permalink
fix WMS connection cannot be removed (#52725)
Browse files Browse the repository at this point in the history
fixes #52275

Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
  • Loading branch information
qgis-bot and 3nids committed Apr 17, 2023
1 parent cc99e4b commit 2be4178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsowsconnection.cpp
Expand Up @@ -300,5 +300,5 @@ void QgsOwsConnection::addCommonConnectionSettings( QgsDataSourceUri &uri, const

void QgsOwsConnection::deleteConnection( const QString &service, const QString &name )
{
sTreeOwsConnections->deleteItem( service.toLower(), {name} );
sTreeOwsConnections->deleteItem( name, {service.toLower()} );
}

0 comments on commit 2be4178

Please sign in to comment.