We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e83faf commit 9bab3faCopy full SHA for 9bab3fa
src/core/qgsproject.h
@@ -81,7 +81,6 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
81
Q_PROPERTY( QgsMapThemeCollection* mapThemeCollection READ mapThemeCollection )
82
Q_PROPERTY( QgsSnappingConfig snappingConfig READ snappingConfig WRITE setSnappingConfig NOTIFY snappingConfigChanged )
83
Q_PROPERTY( QStringList avoidIntersectionsList READ avoidIntersectionsList WRITE setAvoidIntersectionsList NOTIFY avoidIntersectionsListChanged )
84
- Q_PROPERTY( QgsMapThemeCollection* mapThemeCollection READ mapThemeCollection )
85
86
public:
87
0 commit comments