fix build

This commit is contained in:
Juergen E. Fischer 2019-01-29 20:14:16 +01:00
parent b19e0bd5d4
commit 532d1ddd60

View File

@ -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" ) );