Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 16, 2021
1 parent f3980ec commit 9772e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -48,7 +48,7 @@ Returns the (possibly lazy loaded) action.

void setAction( const QgsAction &newAction );
%Docstring
Set the ``action``.
Set the action to ``newAction``.
%End

const QString actionId() const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/editform/qgsattributeeditoraction.h
Expand Up @@ -55,7 +55,7 @@ class CORE_EXPORT QgsAttributeEditorAction : public QgsAttributeEditorElement
const QgsAction &action() const;

/**
* Set the \a action.
* Set the action to \a newAction.
*/
void setAction( const QgsAction &newAction );

Expand Down

0 comments on commit 9772e95

Please sign in to comment.