Skip to content

Commit ea2ab53

Browse files
3nidsnyalldawson
authored andcommitted
fix QgsGeometry API doc for 3.x for get/set methods
1 parent a3cc83a commit ea2ab53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/geometry/qgsgeometry.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ for geometry objects. QgsGeometry is implicitly shared, so making copies of geom
3737
container class can also be stored inside a QVariant object.
3838

3939
The actual geometry representation is stored as a QgsAbstractGeometry within the container, and
40-
can be accessed via the geometry() method or set using the setGeometry() method.
40+
can be accessed via the get() method or set using the set() method.
4141
%End
4242

4343
%TypeHeaderCode

src/core/geometry/qgsgeometry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct QgsGeometryPrivate;
9898
* container class can also be stored inside a QVariant object.
9999
*
100100
* The actual geometry representation is stored as a QgsAbstractGeometry within the container, and
101-
* can be accessed via the geometry() method or set using the setGeometry() method.
101+
* can be accessed via the get() method or set using the set() method.
102102
*/
103103

104104
class CORE_EXPORT QgsGeometry

0 commit comments

Comments
 (0)