Skip to content

Commit

Permalink
fix WMS connection cannot be removed
Browse files Browse the repository at this point in the history
fixes #52275
  • Loading branch information
3nids authored and github-actions[bot] committed Apr 17, 2023
1 parent e9fc669 commit 65b7873
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 65b7873

Please sign in to comment.