Skip to content

Commit

Permalink
Fix build with older QT 4 (CentOS 7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jul 3, 2017
1 parent bc49b5e commit 5677e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ bool QgsWFSProvider::readAttributesFromSchema( QDomDocument& schemaDoc,
}

// attribute ref
QString ref = attributeElement.attribute( QStringLiteral( "ref" ) );
QString ref = attributeElement.attribute( "ref" );

QRegExp gmlPT( "gml:(.*)PropertyType" );
QRegExp gmlRefProperty( "gml:(.*)Property" );
Expand Down

0 comments on commit 5677e6f

Please sign in to comment.