Skip to content

Commit

Permalink
Relation editor widget get list of editing features
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Jan 12, 2022
1 parent c8dd03b commit 4437dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsabstractrelationeditorwidget.cpp
Expand Up @@ -189,7 +189,7 @@ QgsFeature QgsAbstractRelationEditorWidget::feature() const

QList<QgsFeature> QgsAbstractRelationEditorWidget::features() const
{

return mFeatureList;
}

void QgsAbstractRelationEditorWidget::toggleEditing( bool state )
Expand Down

0 comments on commit 4437dec

Please sign in to comment.