From cc34d1411739d28ed42553e0f084207c72818d3c Mon Sep 17 00:00:00 2001 From: Leyan Date: Tue, 16 Apr 2013 22:56:40 +0800 Subject: [PATCH] update sip file --- python/core/qgscoordinatereferencesystem.sip | 5 +++++ 1 file changed, 5 insertions(+) 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 ); };