Skip to content

Commit 444475e

Browse files
author
jef
committed
missed a file in r11546
git-svn-id: http://svn.osgeo.org/qgis/trunk@11547 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent aa84893 commit 444475e

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

src/app/qgsserversourceselect.cpp

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -440,13 +440,13 @@ void QgsServerSourceSelect::on_btnAdd_clicked()
440440
else
441441
{
442442
QgisApp::instance()->addRasterLayer(
443-
connectionInfo(),
444-
leLayerName->text().isEmpty() ? selectedLayers().join( "/" ) : leLayerName->text(),
445-
"wms",
446-
selectedLayers(),
447-
selectedStylesForSelectedLayers(),
448-
selectedImageEncoding(),
449-
selectedCrs() );
443+
connectionInfo(),
444+
leLayerName->text().isEmpty() ? selectedLayers().join( "/" ) : leLayerName->text(),
445+
"wms",
446+
selectedLayers(),
447+
selectedStylesForSelectedLayers(),
448+
selectedImageEncoding(),
449+
selectedCrs() );
450450
}
451451
}
452452

@@ -858,11 +858,6 @@ void QgsServerSourceSelect::addWMSListItem( const QDomElement& el, int row, int
858858
}
859859
}
860860

861-
void QgsServerSourceSelect::on_btnClose_clicked()
862-
{
863-
accept();
864-
}
865-
866861
void QgsServerSourceSelect::on_btnSearch_clicked()
867862
{
868863
// clear results

0 commit comments

Comments
 (0)