Skip to content

Commit bcc35b3

Browse files
committed
Expose relationManager to QML
1 parent 382b213 commit bcc35b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsproject.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
8080
Q_PROPERTY( QgsCoordinateReferenceSystem crs READ crs WRITE setCrs )
8181
Q_PROPERTY( QgsMapThemeCollection* mapThemeCollection READ mapThemeCollection NOTIFY mapThemeCollectionChanged )
8282
Q_PROPERTY( QgsSnappingConfig snappingConfig READ snappingConfig WRITE setSnappingConfig NOTIFY snappingConfigChanged )
83+
Q_PROPERTY( QgsRelationManager* relationManager READ relationManager )
8384
Q_PROPERTY( QList<QgsVectorLayer*> avoidIntersectionsLayers READ avoidIntersectionsLayers WRITE setAvoidIntersectionsLayers NOTIFY avoidIntersectionsLayersChanged )
8485

8586
public:

0 commit comments

Comments
 (0)