Skip to content

Commit ac50377

Browse files
committed
Fix python bindings for QgsExpression::checkExpression
1 parent aa87113 commit ac50377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgsexpression.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class QgsExpression
9090
* @returns true if string is a valid expression
9191
* @note added in QGIS 3.0
9292
*/
93-
static bool checkExpression( const QString& text, const QgsExpressionContext* context, QString &errorMessage );
93+
static bool checkExpression( const QString& text, const QgsExpressionContext* context, QString &errorMessage /Out/ );
9494

9595
/**
9696
* Set the expression string, will reset the whole internal structure.

0 commit comments

Comments
 (0)