Skip to content

Commit 11def47

Browse files
authoredJan 18, 2019
add type property to QgsGeometry
1 parent 8709ab6 commit 11def47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/geometry/qgsgeometry.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class CORE_EXPORT QgsGeometry
107107
{
108108
Q_GADGET
109109
Q_PROPERTY( bool isNull READ isNull )
110+
Q_PROPERTY( QgsWkbTypes::GeometryType type READ type )
110111

111112
public:
112113

0 commit comments

Comments
 (0)
Please sign in to comment.