Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add a Q_PROPERTY for geometry in QgsFeature (#7682)
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/core/qgsfeature.h
|
@@ -71,6 +71,7 @@ class CORE_EXPORT QgsFeature |
|
|
Q_PROPERTY( QgsFeatureId id READ id WRITE setId ) |
|
|
Q_PROPERTY( QgsAttributes attributes READ attributes WRITE setAttributes ) |
|
|
Q_PROPERTY( QgsFields fields READ fields WRITE setFields ) |
|
|
Q_PROPERTY( QgsGeometry geometry READ geometry WRITE setGeometry ) |
|
|
|
|
|
public: |
|
|
|
|
|