Skip to content

Commit f85ac23

Browse files
committedJan 31, 2017
fix version in added note
1 parent 1fce657 commit f85ac23

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
 

‎python/core/qgsproject.sip

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ class QgsProject : QObject, QgsExpressionContextGenerator
7171

7272
/**
7373
* Returns the project's native coordinate reference system.
74-
* @note added in QGIS 2.18
74+
* @note added in QGIS 3.0
7575
* @see setCrs()
7676
* @see ellipsoid()
7777
*/
7878
QgsCoordinateReferenceSystem crs() const;
7979

8080
/**
8181
* Sets the project's native coordinate reference system.
82-
* @note added in QGIS 2.18
82+
* @note added in QGIS 3.0
8383
* @see crs()
8484
* @see setEllipsoid()
8585
*/
@@ -89,15 +89,15 @@ class QgsProject : QObject, QgsExpressionContextGenerator
8989
* Returns a proj string representing the project's ellipsoid setting, e.g., "WGS84".
9090
* @see setEllipsoid()
9191
* @see crs()
92-
* @note added in QGIS 2.18
92+
* @note added in QGIS 3.0
9393
*/
9494
QString ellipsoid() const;
9595

9696
/**
9797
* Sets the project's ellipsoid from a proj string representation, e.g., "WGS84".
9898
* @see ellipsoid()
9999
* @see setCrs()
100-
* @note added in QGIS 2.18
100+
* @note added in QGIS 3.0
101101
*/
102102
void setEllipsoid( const QString& ellipsoid );
103103

@@ -283,7 +283,7 @@ class QgsProject : QObject, QgsExpressionContextGenerator
283283

284284
/**
285285
* Sets the default distance measurement units for the project.
286-
* @note added in QGIS 2.18
286+
* @note added in QGIS 3.0
287287
* @see distanceUnits()
288288
* @see setAreaUnits()
289289
*/
@@ -297,7 +297,7 @@ class QgsProject : QObject, QgsExpressionContextGenerator
297297

298298
/**
299299
* Sets the default area measurement units for the project.
300-
* @note added in QGIS 2.18
300+
* @note added in QGIS 3.0
301301
* @see areaUnits()
302302
* @see setDistanceUnits()
303303
*/

‎src/core/qgsproject.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
133133

134134
/**
135135
* Returns the project's native coordinate reference system.
136-
* @note added in QGIS 2.18
136+
* @note added in QGIS 3.0
137137
* @see setCrs()
138138
* @see ellipsoid()
139139
*/
140140
QgsCoordinateReferenceSystem crs() const;
141141

142142
/**
143143
* Sets the project's native coordinate reference system.
144-
* @note added in QGIS 2.18
144+
* @note added in QGIS 3.0
145145
* @see crs()
146146
* @see setEllipsoid()
147147
*/
@@ -151,15 +151,15 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
151151
* Returns a proj string representing the project's ellipsoid setting, e.g., "WGS84".
152152
* @see setEllipsoid()
153153
* @see crs()
154-
* @note added in QGIS 2.18
154+
* @note added in QGIS 3.0
155155
*/
156156
QString ellipsoid() const;
157157

158158
/**
159159
* Sets the project's ellipsoid from a proj string representation, e.g., "WGS84".
160160
* @see ellipsoid()
161161
* @see setCrs()
162-
* @note added in QGIS 2.18
162+
* @note added in QGIS 3.0
163163
*/
164164
void setEllipsoid( const QString& ellipsoid );
165165

@@ -343,7 +343,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
343343

344344
/**
345345
* Sets the default distance measurement units for the project.
346-
* @note added in QGIS 2.18
346+
* @note added in QGIS 3.0
347347
* @see distanceUnits()
348348
* @see setAreaUnits()
349349
*/
@@ -357,7 +357,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
357357

358358
/**
359359
* Sets the default area measurement units for the project.
360-
* @note added in QGIS 2.18
360+
* @note added in QGIS 3.0
361361
* @see areaUnits()
362362
* @see setDistanceUnits()
363363
*/

0 commit comments

Comments
 (0)
Please sign in to comment.