Skip to content

Commit e724dfc

Browse files
committedOct 27, 2017
commit
1 parent 665a6f0 commit e724dfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/app/qgsattributesformproperties.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ void QgsAttributesFormProperties::initAvailableWidgetsTree()
407407
DnDTreeItemData itemData = DnDTreeItemData( DnDTreeItemData::Relation, QStringLiteral( "%1" ).arg( relation.id() )); //relation.name() );
408408
itemData.setShowLabel( true );
409409

410-
//daveRelation
411410
RelationConfig cfg( mLayer, relation.id() );
412411

413412
QTreeWidgetItem *item = mAvailableWidgetsTree->addItem( catitem, itemData );

0 commit comments

Comments
 (0)
Please sign in to comment.