Skip to content

Commit

Permalink
add Q_PROPERTY for QgsCoordinateReferenceSytem::isGeographic
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 15, 2019
1 parent 683dbff commit 4e31597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgscoordinatereferencesystem.h
Expand Up @@ -191,6 +191,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
Q_GADGET

Q_PROPERTY( QgsUnitTypes::DistanceUnit mapUnits READ mapUnits )
Q_PROPERTY( bool isGeographic READ isGeographic )

public:

Expand Down

0 comments on commit 4e31597

Please sign in to comment.