Skip to content
Permalink
Browse files
Correctly handle using layer name option
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent 858b93b commit 46b1e7d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -374,7 +374,7 @@ void QgsGeoNodeSourceSelect::addButtonClicked()

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

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

0 comments on commit 46b1e7d

Please sign in to comment.