Skip to content

Commit

Permalink
Update src/app/qgssourcefieldsproperties.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 30, 2019
1 parent a3ad8ef commit 2bffe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssourcefieldsproperties.cpp
Expand Up @@ -291,7 +291,7 @@ bool QgsSourceFieldsProperties::addAttribute( const QgsField &field )

void QgsSourceFieldsProperties::apply()
{
QSet<QString> excludeAttributesWMS, excludeAttributesWFS, includeTemporalFilters;
QSet<QString> excludeAttributesWMS, excludeAttributesWFS;

for ( int i = 0; i < mFieldsList->rowCount(); i++ )
{
Expand Down

0 comments on commit 2bffe50

Please sign in to comment.