More dox fixes

This commit is contained in:
Nyall Dawson 2021-06-09 14:13:32 +10:00
parent e262f1456c
commit 76c7d11ba9
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -345,6 +345,9 @@ class CORE_EXPORT QgsExpressionNode SIP_ABSTRACT
protected:
/**
* Constructor.
*/
QgsExpressionNode() = default;
//! Copy constructor