Skip to content

Commit

Permalink
Added comment about introduction of srid to version 1.9 for data sour…
Browse files Browse the repository at this point in the history
…ce id
  • Loading branch information
timlinux committed Sep 3, 2012
1 parent 2f6767f commit d9c9052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/qgsdatasourceuri.sip
Expand Up @@ -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 );
};
1 change: 1 addition & 0 deletions src/core/qgsdatasourceuri.h
Expand Up @@ -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 );

Expand Down

0 comments on commit d9c9052

Please sign in to comment.