Skip to content
Permalink
Browse files
fix WMS connection cannot be removed (#52282)
fixes #52275
  • Loading branch information
3nids committed Mar 17, 2023
1 parent f6d4ad3 commit 2201fc6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 2201fc6

Please sign in to comment.