Skip to content

Commit

Permalink
Change addRelation -> addRelationPrivate, does not change anything fo…
Browse files Browse the repository at this point in the history
…r now
  • Loading branch information
suricactus committed Jan 18, 2021
1 parent 9ff95a8 commit 71570ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsrelationmanagerdialog.cpp
Expand Up @@ -79,7 +79,7 @@ void QgsRelationManagerDialog::setLayers( const QList< QgsVectorLayer * > &layer
if ( rel.type() == QgsRelation::Generated )
continue;

addRelation( rel );
addRelationPrivate( rel );
}
const QList<QgsPolymorphicRelation> &polymorphicRelations = mRelationManager->polymorphicRelations().values();
for ( const QgsPolymorphicRelation &polymorphicRel : polymorphicRelations )
Expand Down

0 comments on commit 71570ab

Please sign in to comment.