mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix doxygen warning
This commit is contained in:
parent
59b6209e52
commit
285c1d3ee1
@ -23,6 +23,7 @@ class QgsGeometryCollectionV2: public QgsAbstractGeometryV2
|
||||
virtual bool addGeometry( QgsAbstractGeometryV2* g /Transfer/ );
|
||||
|
||||
/** Inserts a geometry before a specified index and takes ownership. Returns true in case of success.
|
||||
* @param g geometry to insert. Ownership is transferred to the collection.
|
||||
* @param index position to insert geometry before
|
||||
*/
|
||||
virtual bool insertGeometry( QgsAbstractGeometryV2* g /Transfer/, int index );
|
||||
|
@ -58,6 +58,7 @@ class CORE_EXPORT QgsGeometryCollectionV2: public QgsAbstractGeometryV2
|
||||
virtual bool addGeometry( QgsAbstractGeometryV2* g );
|
||||
|
||||
/** Inserts a geometry before a specified index and takes ownership. Returns true in case of success.
|
||||
* @param g geometry to insert. Ownership is transferred to the collection.
|
||||
* @param index position to insert geometry before
|
||||
*/
|
||||
virtual bool insertGeometry( QgsAbstractGeometryV2* g, int index );
|
||||
|
Loading…
x
Reference in New Issue
Block a user