We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c6ffd54 commit 6a1c141Copy full SHA for 6a1c141
src/gui/qgsattributeform.cpp
@@ -1973,9 +1973,8 @@ void QgsAttributeForm::updateJoinedFields( const QgsEditorWidgetWrapper &eww )
1973
}
1974
else
1975
{
1976
- for ( int i = 0; i < joinFeature.fields().count(); i++ )
+ Q_FOREACH ( const QgsField &field, joinFeature.fields() )
1977
1978
- QgsField field = joinFeature.fields().field( i );
1979
QString prefixedName = info->prefixedFieldName( field );
1980
changeAttribute( prefixedName, joinFeature.attribute( field.name() ) );
1981
0 commit comments