Skip to content

Commit

Permalink
Merge pull request #45367 from nirvn/quick_dox_since
Browse files Browse the repository at this point in the history
Add a since QGIS 3.22 note to the AttributeEditorType enum's AeTypeAction
  • Loading branch information
m-kuhn committed Oct 3, 2021
2 parents 77bab94 + 29ae5bd commit bcc051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/editform/qgsattributeeditorelement.h
Expand Up @@ -67,7 +67,7 @@ class CORE_EXPORT QgsAttributeEditorElement SIP_ABSTRACT
AeTypeInvalid, //!< Invalid
AeTypeQmlElement, //!< A QML element
AeTypeHtmlElement, //!< A HTML element
AeTypeAction //!< A layer action element
AeTypeAction //!< A layer action element (since QGIS 3.22)
};

/**
Expand Down

0 comments on commit bcc051b

Please sign in to comment.