Skip to content

Commit

Permalink
update sip file
Browse files Browse the repository at this point in the history
  • Loading branch information
leyan committed Apr 16, 2013
1 parent 9895141 commit cc34d14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/core/qgscoordinatereferencesystem.sip
Expand Up @@ -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 );
};

0 comments on commit cc34d14

Please sign in to comment.