Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix dox comment
  • Loading branch information
elpaso committed Feb 28, 2020
1 parent 9c337e9 commit 4b80e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -370,7 +370,7 @@ Determines if the "save child layer edits" button should be shown

bool showSaveChildEditsButton( ) const;
%Docstring
Returns ``True`` if the "save child layer edits" button flag should be shown.
Returns ``True`` if the "save child layer edits" button should be shown.

.. versionadded:: 3.14
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsattributeeditorelement.h
Expand Up @@ -427,7 +427,7 @@ class CORE_EXPORT QgsAttributeEditorRelation : public QgsAttributeEditorElement
void setShowSaveChildEditsButton( bool showSaveChildEditsButton );

/**
* Returns TRUE if the "save child layer edits" button flag should be shown.
* Returns TRUE if the "save child layer edits" button should be shown.
*
* \since QGIS 3.14
*/
Expand Down

0 comments on commit 4b80e03

Please sign in to comment.