Skip to content
Permalink
Browse files
Fix python bindings for QgsExpression::checkExpression
  • Loading branch information
m-kuhn committed Sep 9, 2016
1 parent aa87113 commit ac50377
Showing 1 changed file with 1 addition and 1 deletion.
@@ -90,7 +90,7 @@ class QgsExpression
* @returns true if string is a valid expression
* @note added in QGIS 3.0
*/
static bool checkExpression( const QString& text, const QgsExpressionContext* context, QString &errorMessage );
static bool checkExpression( const QString& text, const QgsExpressionContext* context, QString &errorMessage /Out/ );

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

0 comments on commit ac50377

Please sign in to comment.