We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa87113 commit ac50377Copy full SHA for ac50377
python/core/qgsexpression.sip
@@ -90,7 +90,7 @@ class QgsExpression
90
* @returns true if string is a valid expression
91
* @note added in QGIS 3.0
92
*/
93
- static bool checkExpression( const QString& text, const QgsExpressionContext* context, QString &errorMessage );
+ static bool checkExpression( const QString& text, const QgsExpressionContext* context, QString &errorMessage /Out/ );
94
95
/**
96
* Set the expression string, will reset the whole internal structure.
0 commit comments