Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add since
  • Loading branch information
3nids committed Jun 1, 2021
1 parent 76ddb59 commit b9277cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsrelationeditorwidget.h
Expand Up @@ -99,7 +99,7 @@ class GUI_EXPORT QgsRelationEditorWidget : public QgsAbstractRelationEditorWidge
*/
enum Button
{
NoButton = 0, //!< No button
NoButton = 0, //!< No button (since QGIS 3.20)
Link = 1 << 1, //!< Link button
Unlink = 1 << 2, //!< Unlink button
SaveChildEdits = 1 << 3, //!< Save child edits button
Expand Down

0 comments on commit b9277cd

Please sign in to comment.