Fix see also link

This commit is contained in:
Nyall Dawson 2020-12-14 14:32:31 +10:00
parent 53831c6067
commit df28e637cd
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ Initialize this feature with the given number of fields. Discard any previously
:param fieldCount: Number of fields to initialize :param fieldCount: Number of fields to initialize
.. seealso:: :py:func:`resizedAttributes` .. seealso:: :py:func:`resizeAttributes`
%End %End
void resizeAttributes( int fieldCount ); void resizeAttributes( int fieldCount );

View File

@ -292,7 +292,7 @@ class CORE_EXPORT QgsFeature
* Initialize this feature with the given number of fields. Discard any previously set attribute data. * Initialize this feature with the given number of fields. Discard any previously set attribute data.
* \param fieldCount Number of fields to initialize * \param fieldCount Number of fields to initialize
* *
* \see resizedAttributes() * \see resizeAttributes()
*/ */
void initAttributes( int fieldCount ); void initAttributes( int fieldCount );