Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leftovers from #48192
Browse files Browse the repository at this point in the history
nicogodet authored and github-actions[bot] committed Aug 29, 2022
1 parent 1651878 commit e3347b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/wms/qgswmssourceselect.cpp
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@ void QgsWMSSourceSelect::populateConnectionList()

void QgsWMSSourceSelect::btnNew_clicked()
{
QgsNewHttpConnection *nc = new QgsNewHttpConnection( this, QgsNewHttpConnection::ConnectionWms, QStringLiteral( "qgis/connections-wms/" ), QString(), QgsNewHttpConnection::FlagShowHttpSettings );
QgsNewHttpConnection *nc = new QgsNewHttpConnection( this, QgsNewHttpConnection::ConnectionWms, QStringLiteral( "WMS" ), QString(), QgsNewHttpConnection::FlagShowHttpSettings );


if ( nc->exec() )
@@ -193,7 +193,7 @@ void QgsWMSSourceSelect::btnNew_clicked()

void QgsWMSSourceSelect::btnEdit_clicked()
{
QgsNewHttpConnection *nc = new QgsNewHttpConnection( this, QgsNewHttpConnection::ConnectionWms, QStringLiteral( "qgis/connections-wms/" ), cmbConnections->currentText(), QgsNewHttpConnection::FlagShowHttpSettings );
QgsNewHttpConnection *nc = new QgsNewHttpConnection( this, QgsNewHttpConnection::ConnectionWms, QStringLiteral( "WMS" ), cmbConnections->currentText(), QgsNewHttpConnection::FlagShowHttpSettings );

if ( nc->exec() )
{

0 comments on commit e3347b8

Please sign in to comment.