Skip to content

Commit

Permalink
Fix seealso links
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 3, 2023
1 parent 7147f01 commit 524580f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/vector/qgsvectorlayer.h
Expand Up @@ -2242,7 +2242,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte

/**
* Sets the configuration flags of the field at given index
* \see QgsField::ConfigurationFlag
* \see QgsField::configurationFlags()
* \since QGIS 3.16
*/
void setFieldConfigurationFlags( int index, Qgis::FieldConfigurationFlags flags ) SIP_SKIP;
Expand All @@ -2255,7 +2255,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte

/**
* Returns the configuration flags of the field at given index
* \see QgsField::ConfigurationFlag
* \see QgsField::setConfigurationFlags()
* \since QGIS 3.16
*/
Qgis::FieldConfigurationFlags fieldConfigurationFlags( int index ) const SIP_SKIP;
Expand Down

0 comments on commit 524580f

Please sign in to comment.