Merge pull request #45367 from nirvn/quick_dox_since

Add a since QGIS 3.22 note to the AttributeEditorType enum's AeTypeAction
This commit is contained in:
Matthias Kuhn 2021-10-03 11:58:37 +02:00 committed by GitHub
commit bcc051b2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
};
/**