We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d87c381 commit f14bc8cCopy full SHA for f14bc8c
src/providers/virtual/qgsvirtuallayerprovider.cpp
@@ -237,7 +237,7 @@ bool QgsVirtualLayerProvider::createIt()
237
continue;
238
239
const QgsVectorLayer* vl = static_cast<const QgsVectorLayer*>( l );
240
- if ( ( vl->name() == tname ) || ( vl->name().toLower() == tname.toLower() ) || ( vl->id() == tname ) )
+ if (( vl->name() == tname ) || ( vl->name().toLower() == tname.toLower() ) || ( vl->id() == tname ) )
241
{
242
mDefinition.addSource( tname, vl->id() );
243
found = true;
0 commit comments