Skip to content

Commit

Permalink
More dox fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 9, 2021
1 parent e262f14 commit 76c7d11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -297,6 +297,9 @@ Returns a reference to the current object if no optimizations were applied.
protected:

QgsExpressionNode();
%Docstring
Constructor.
%End

QgsExpressionNode( const QgsExpressionNode &other );
%Docstring
Expand Down
3 changes: 3 additions & 0 deletions src/core/expression/qgsexpressionnode.h
Expand Up @@ -345,6 +345,9 @@ class CORE_EXPORT QgsExpressionNode SIP_ABSTRACT

protected:

/**
* Constructor.
*/
QgsExpressionNode() = default;

//! Copy constructor
Expand Down

0 comments on commit 76c7d11

Please sign in to comment.