mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
fix build
This commit is contained in:
parent
b19e0bd5d4
commit
532d1ddd60
@ -2344,7 +2344,7 @@ namespace QgsWms
|
|||||||
features << feature;
|
features << feature;
|
||||||
|
|
||||||
// search attributes to export (one time only)
|
// search attributes to export (one time only)
|
||||||
if ( not attributes.isEmpty() )
|
if ( !attributes.isEmpty() )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
const QDomNodeList attributesNode = featureNode.elementsByTagName( QStringLiteral( "Attribute" ) );
|
const QDomNodeList attributesNode = featureNode.elementsByTagName( QStringLiteral( "Attribute" ) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user