Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add type property to QgsGeometry
  • Loading branch information
3nids committed Jan 18, 2019
1 parent 8709ab6 commit 11def47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/geometry/qgsgeometry.h
Expand Up @@ -107,6 +107,7 @@ class CORE_EXPORT QgsGeometry
{
Q_GADGET
Q_PROPERTY( bool isNull READ isNull )
Q_PROPERTY( QgsWkbTypes::GeometryType type READ type )

public:

Expand Down

0 comments on commit 11def47

Please sign in to comment.