mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fix see also link
This commit is contained in:
parent
53831c6067
commit
df28e637cd
@ -260,7 +260,7 @@ Initialize this feature with the given number of fields. Discard any previously
|
||||
|
||||
:param fieldCount: Number of fields to initialize
|
||||
|
||||
.. seealso:: :py:func:`resizedAttributes`
|
||||
.. seealso:: :py:func:`resizeAttributes`
|
||||
%End
|
||||
|
||||
void resizeAttributes( int fieldCount );
|
||||
|
@ -292,7 +292,7 @@ class CORE_EXPORT QgsFeature
|
||||
* Initialize this feature with the given number of fields. Discard any previously set attribute data.
|
||||
* \param fieldCount Number of fields to initialize
|
||||
*
|
||||
* \see resizedAttributes()
|
||||
* \see resizeAttributes()
|
||||
*/
|
||||
void initAttributes( int fieldCount );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user