File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -669,7 +669,7 @@ The help text for the function.
669
669
670
670
protected:
671
671
672
- static bool allParamsStatic( const NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context );
672
+ static bool allParamsStatic( const QgsExpression:: NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context );
673
673
%Docstring
674
674
This will return true if all the params for the provided function ``node`` are static within the
675
675
constraints imposed by the ``context`` within the given ``parent``.
Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ class CORE_EXPORT QgsExpression
661
661
*
662
662
* \note Added in QGIS 3.0
663
663
*/
664
- static bool allParamsStatic ( const NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context );
664
+ static bool allParamsStatic ( const QgsExpression:: NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context );
665
665
666
666
private:
667
667
QString mName ;
@@ -782,9 +782,9 @@ class CORE_EXPORT QgsExpression
782
782
783
783
virtual QSet<QString> referencedColumns ( const QgsExpression::NodeFunction *node ) const override ;
784
784
785
- virtual bool isStatic ( const NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context ) const override ;
785
+ virtual bool isStatic ( const QgsExpression:: NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context ) const override ;
786
786
787
- virtual bool prepare ( const NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context ) const override ;
787
+ virtual bool prepare ( const QgsExpression:: NodeFunction *node, QgsExpression *parent, const QgsExpressionContext *context ) const override ;
788
788
789
789
/* *
790
790
* Set a function that will be called in the prepare step to determine if the function is
You can’t perform that action at this time.
0 commit comments