mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-30 00:29:39 -05:00
More dox fixes
This commit is contained in:
parent
e262f1456c
commit
76c7d11ba9
@ -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
|
||||
|
||||
@ -345,6 +345,9 @@ class CORE_EXPORT QgsExpressionNode SIP_ABSTRACT
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
QgsExpressionNode() = default;
|
||||
|
||||
//! Copy constructor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user