Skip to content

Commit 4e31597

Browse files
committedJan 15, 2019
add Q_PROPERTY for QgsCoordinateReferenceSytem::isGeographic
1 parent 683dbff commit 4e31597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/qgscoordinatereferencesystem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
191191
Q_GADGET
192192

193193
Q_PROPERTY( QgsUnitTypes::DistanceUnit mapUnits READ mapUnits )
194+
Q_PROPERTY( bool isGeographic READ isGeographic )
194195

195196
public:
196197

0 commit comments

Comments
 (0)
Please sign in to comment.