Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8904 from qgis/3nids-patch-2
add type property to QgsGeometry
  • Loading branch information
m-kuhn committed Jan 19, 2019
2 parents 8709ab6 + 11def47 commit bfa9345
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 bfa9345

Please sign in to comment.