Skip to content

Commit

Permalink
Relation Combo
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 27, 2017
1 parent e7a3a28 commit fb0a5ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsattributesformproperties.cpp
Expand Up @@ -192,7 +192,6 @@ void QgsAttributesFormProperties::loadAttributeRelationEdit()
mAttributeTypeFrame->layout()->removeWidget( mAttributeRelationEdit );
delete mAttributeRelationEdit;

//oder mit dem? RelationConfig relCfg = configForRelation( itemData.name() );
RelationConfig cfg = currentItem->data( 0, RelationConfigRole ).value<RelationConfig>();

mAttributeRelationEdit = new QgsAttributeRelationEdit( currentItem->data( 0, FieldNameRole ).toString(), mAttributeTypeFrame );
Expand Down

0 comments on commit fb0a5ca

Please sign in to comment.