mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix bad copy paste
This commit is contained in:
parent
d15bd8dd22
commit
3f85b050dc
@ -45,12 +45,13 @@ class QgsOptionalExpression
|
||||
int operator== ( const QgsOptionalExpression &other ) const;
|
||||
%MethodCode
|
||||
sipRes = *sipCpp == *a0;
|
||||
%End %End
|
||||
%End
|
||||
|
||||
int __bool__() const; + QgsOptionalExpression( const QgsExpression &expression, bool enabled );
|
||||
%MethodCode +%Docstring
|
||||
sipRes = sipCpp->enabled(); + Construct an optional expression with the provided expression and enabled state.
|
||||
%End %End
|
||||
|
||||
int __bool__() const;
|
||||
%MethodCode
|
||||
sipRes = sipCpp->enabled();
|
||||
%End
|
||||
|
||||
/**
|
||||
* Check if this optional is enabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user