mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Added comment about introduction of srid to version 1.9 for data source id
This commit is contained in:
parent
2f6767fa1e
commit
d9c9052b27
@ -133,6 +133,7 @@ class QgsDataSourceURI
|
||||
QGis::WkbType wkbType() const;
|
||||
void setWkbType( QGis::WkbType type );
|
||||
|
||||
// added in 1.9
|
||||
QString srid() const;
|
||||
void setSrid( QString srid );
|
||||
};
|
||||
|
@ -166,6 +166,7 @@ class CORE_EXPORT QgsDataSourceURI
|
||||
QGis::WkbType wkbType() const;
|
||||
void setWkbType( QGis::WkbType type );
|
||||
|
||||
// added in 1.9
|
||||
QString srid() const;
|
||||
void setSrid( QString srid );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user