update sip file

This commit is contained in:
Leyan 2013-04-16 22:56:40 +08:00
parent 989514124b
commit cc34d14117

View File

@ -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 );
};