Skip to content

Commit

Permalink
[relations] When loading invalid relations from a project, tag them a…
Browse files Browse the repository at this point in the history
…s such
  • Loading branch information
m-kuhn committed Dec 3, 2013
1 parent 999a996 commit f1f2e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrelation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ QgsRelation QgsRelation::createFromXML( const QDomNode &node )
relation.addFieldPair( referencingField, referencedField );
}

relation.mValid = true;
relation.updateRelationStatus();

return relation;
}
Expand Down

0 comments on commit f1f2e16

Please sign in to comment.