We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d94ea5 commit fc5073dCopy full SHA for fc5073d
python/core/geometry/qgsgeometry.sip.in
@@ -100,9 +100,9 @@ This is much faster then calling the non-const get() method.
100
101
.. versionadded:: 3.0
102
103
-.. seealso:: :py:func:`primitive`
104
-
105
.. seealso:: :py:func:`set`
+
+.. seealso:: :py:func:`get`
106
%End
107
108
QgsAbstractGeometry *get();
src/core/geometry/qgsgeometry.h
@@ -175,8 +175,8 @@ class CORE_EXPORT QgsGeometry
175
* \note In QGIS 2.x this method was named geometry().
176
*
177
* \since QGIS 3.0
178
- * \see primitive()
179
* \see set()
+ * \see get()
180
*/
181
const QgsAbstractGeometry *constGet() const;
182
0 commit comments