diff --git a/python/core/qgscoordinatereferencesystem.sip b/python/core/qgscoordinatereferencesystem.sip index 48c1c3a2cc9..bfb1b1ff8c5 100644 --- a/python/core/qgscoordinatereferencesystem.sip +++ b/python/core/qgscoordinatereferencesystem.sip @@ -304,4 +304,9 @@ class QgsCoordinateReferenceSystem * @note added in 1.8 */ static int syncDb(); + + /*! Save the proj4-string as a custom CRS + * @returns bool true if success else false + */ + bool saveAsUserCRS( QString name ); };