Skip to content

Commit cc34d14

Browse files
committedApr 16, 2013
update sip file
1 parent 9895141 commit cc34d14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎python/core/qgscoordinatereferencesystem.sip

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,9 @@ class QgsCoordinateReferenceSystem
304304
* @note added in 1.8
305305
*/
306306
static int syncDb();
307+
308+
/*! Save the proj4-string as a custom CRS
309+
* @returns bool true if success else false
310+
*/
311+
bool saveAsUserCRS( QString name );
307312
};

0 commit comments

Comments
 (0)
Please sign in to comment.