Skip to content

Commit 9bab3fa

Browse files
committedOct 20, 2016
Fix build warning
1 parent 3e83faf commit 9bab3fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/qgsproject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
8181
Q_PROPERTY( QgsMapThemeCollection* mapThemeCollection READ mapThemeCollection )
8282
Q_PROPERTY( QgsSnappingConfig snappingConfig READ snappingConfig WRITE setSnappingConfig NOTIFY snappingConfigChanged )
8383
Q_PROPERTY( QStringList avoidIntersectionsList READ avoidIntersectionsList WRITE setAvoidIntersectionsList NOTIFY avoidIntersectionsListChanged )
84-
Q_PROPERTY( QgsMapThemeCollection* mapThemeCollection READ mapThemeCollection )
8584

8685
public:
8786

0 commit comments

Comments
 (0)
Please sign in to comment.