Skip to content

Commit d9c9052

Browse files
committedSep 3, 2012
Added comment about introduction of srid to version 1.9 for data source id
1 parent 2f6767f commit d9c9052

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎python/core/qgsdatasourceuri.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class QgsDataSourceURI
133133
QGis::WkbType wkbType() const;
134134
void setWkbType( QGis::WkbType type );
135135

136+
// added in 1.9
136137
QString srid() const;
137138
void setSrid( QString srid );
138139
};

‎src/core/qgsdatasourceuri.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ class CORE_EXPORT QgsDataSourceURI
166166
QGis::WkbType wkbType() const;
167167
void setWkbType( QGis::WkbType type );
168168

169+
// added in 1.9
169170
QString srid() const;
170171
void setSrid( QString srid );
171172

0 commit comments

Comments
 (0)
Please sign in to comment.