Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion python/core/qgsexpression.sip
Expand Up @@ -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.
Expand Down

0 comments on commit ac50377

Please sign in to comment.