Skip to content

Commit 46b1e7d

Browse files
committedSep 12, 2017
Correctly handle using layer name option
1 parent 858b93b commit 46b1e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/geonode/qgsgeonodesourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void QgsGeoNodeSourceSelect::addButtonClicked()
374374

375375
if ( cbxUseTitleLayerName->isChecked() && !titleName.isEmpty() )
376376
{
377-
QString layerName = titleName;
377+
layerName = titleName;
378378
}
379379

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

0 commit comments

Comments
 (0)
Please sign in to comment.