Skip to content

Commit

Permalink
[projects] Make topologicalEditing a Q_PROPERTY (#35647)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Apr 7, 2020
1 parent 6ba8ccc commit 01471d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsproject.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
Q_PROPERTY( QgsProjectMetadata metadata READ metadata WRITE setMetadata NOTIFY metadataChanged )
Q_PROPERTY( QColor backgroundColor READ backgroundColor WRITE setBackgroundColor NOTIFY backgroundColorChanged )
Q_PROPERTY( QColor selectionColor READ selectionColor WRITE setSelectionColor NOTIFY selectionColorChanged )
Q_PROPERTY( bool topologicalEditing READ topologicalEditing WRITE setTopologicalEditing NOTIFY topologicalEditingChanged )

public:

Expand Down

0 comments on commit 01471d7

Please sign in to comment.