Skip to content

Commit 0fbdb04

Browse files
committedSep 29, 2017
API break documentation
1 parent 050119c commit 0fbdb04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎doc/api_break.dox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,8 @@ QgsExpression::Function {#qgis_api_break_3_0_QgsExpression_Function}
11541154
- `QgsExpression::Function::usesgeometry()` has been renamed to `QgsExpression::Function::usesGeometry( const NodeFunction* node )`
11551155
- `QStringList QgsExpression::Function::referencedColumns()` has been changed to `QSet<QString> QgsExpression::Function::referencedColumns( const NodeFunction* node )`
11561156
- `QgsExpression::Function::helptext()` has been renamed to `helpText()`
1157+
- `QgsExpression::Function::func` has an additional parameter `node` that
1158+
provides access to the original node.
11571159

11581160
QgsExpressionItem {#qgis_api_break_3_0_QgsExpressionItem}
11591161
-----------------

0 commit comments

Comments
 (0)
Please sign in to comment.