Skip to content

Commit

Permalink
Avoid crashes with relation reference widget
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 2, 2017
1 parent 82dcc68 commit 1facaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/editorwidgets/qgsrelationreferencewidget.h
Expand Up @@ -179,8 +179,8 @@ class GUI_EXPORT QgsRelationReferenceWidget : public QWidget
QgsMessageBarItem* mMessageBarItem;
QString mRelationName;
QgsAttributeForm* mReferencedAttributeForm;
QgsVectorLayer* mReferencedLayer;
QgsVectorLayer* mReferencingLayer;
QPointer<QgsVectorLayer> mReferencedLayer;
QPointer<QgsVectorLayer> mReferencingLayer;
QgsAttributeTableModel* mMasterModel;
QgsAttributeTableFilterModel* mFilterModel;
QgsFeatureListModel* mFeatureListModel;
Expand Down

0 comments on commit 1facaef

Please sign in to comment.