Skip to content

Commit

Permalink
Cleanup unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jan 12, 2021
1 parent 89ff49f commit 31db15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgspolymorphicrelation_p.h
Expand Up @@ -64,10 +64,10 @@ class QgsPolymorphicRelationPrivate : public QSharedData
*/
QList< QgsRelation::FieldPair > mFieldPairs;

//! A list of relation ids that are set as children
QStringList mGeneratedRelationIds;
//! A map of the layerIds and the respective layers
QMap<QString, QgsVectorLayer *> mReferencedLayersMap;

//! Whether the polymorphic relation is valid
bool mValid = false;
};

Expand Down

0 comments on commit 31db15d

Please sign in to comment.