Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix pydoc error
  • Loading branch information
Koyaani committed Dec 13, 2021
1 parent 0a28c5a commit a375f4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/editform/qgsattributeeditorrelation.h
Expand Up @@ -53,11 +53,9 @@ class CORE_EXPORT QgsAttributeEditorRelation : public QgsAttributeEditorElement
// TODO QGIS 4: remove
// this could not be tagged with Q_DECL_DEPRECATED due to Doxygen warning

Q_NOWARN_DEPRECATED_PUSH
Q_ENUM( Button )
Q_DECLARE_FLAGS( Buttons, Button )
Q_FLAG( Buttons )
Q_NOWARN_DEPRECATED_POP

/**
* \deprecated since QGIS 3.0.2. The name parameter is not used for anything and overwritten by the relationId internally.
Expand Down

0 comments on commit a375f4a

Please sign in to comment.