Add missing bindings

This commit is contained in:
Nyall Dawson 2016-06-06 12:36:09 +10:00
parent 85fbea82af
commit 25052dc54f

View File

@ -41,6 +41,9 @@ class QgsCRSCache
public:
//! Returns a pointer to the QgsCRSCache singleton
static QgsCRSCache* instance();
/** Returns the CRS for authid, e.g. 'EPSG:4326' (or an invalid CRS in case of error)
* @deprecated use crsByOgcWmsCrs() instead
*/