Navigation Menu

Skip to content

Commit

Permalink
Correctly handle using layer name option
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent 858b93b commit 46b1e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/geonode/qgsgeonodesourceselect.cpp
Expand Up @@ -374,7 +374,7 @@ void QgsGeoNodeSourceSelect::addButtonClicked()

if ( cbxUseTitleLayerName->isChecked() && !titleName.isEmpty() )
{
QString layerName = titleName;
layerName = titleName;
}

if ( webServiceType == QStringLiteral( "WMS" ) )
Expand Down

0 comments on commit 46b1e7d

Please sign in to comment.