Skip to content

Commit

Permalink
Update src/gui/attributetable/qgsattributetablemodel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 24, 2022
1 parent 09655fd commit 4fd60d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsattributetablemodel.cpp
Expand Up @@ -413,7 +413,7 @@ void QgsAttributeTableModel::loadAttributes()
return;
}

const QgsFields &fields = mLayer->fields();
const QgsFields fields = mLayer->fields();
if ( mFields == fields )
return;

Expand Down

0 comments on commit 4fd60d0

Please sign in to comment.