Skip to content

Commit

Permalink
Add a since QGIS 3.22 note to the AttributeEditorType enum's AeTypeAc…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
nirvn committed Oct 3, 2021
1 parent b90e1be commit 29ae5bd
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 29ae5bd

Please sign in to comment.