API break documentation

This commit is contained in:
Matthias Kuhn 2017-09-29 09:10:15 +02:00
parent 050119c2ba
commit 0fbdb04594
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -1154,6 +1154,8 @@ QgsExpression::Function {#qgis_api_break_3_0_QgsExpression_Function}
- `QgsExpression::Function::usesgeometry()` has been renamed to `QgsExpression::Function::usesGeometry( const NodeFunction* node )`
- `QStringList QgsExpression::Function::referencedColumns()` has been changed to `QSet<QString> QgsExpression::Function::referencedColumns( const NodeFunction* node )`
- `QgsExpression::Function::helptext()` has been renamed to `helpText()`
- `QgsExpression::Function::func` has an additional parameter `node` that
provides access to the original node.
QgsExpressionItem {#qgis_api_break_3_0_QgsExpressionItem}
-----------------