File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1134,7 +1134,7 @@ The name of the column.
1134
1134
:rtype: str
1135
1135
%End
1136
1136
1137
- virtual NodeType nodeType() const;
1137
+ virtual QgsExpression:: NodeType nodeType() const;
1138
1138
virtual bool prepare( QgsExpression *parent, const QgsExpressionContext *context );
1139
1139
virtual QVariant eval( QgsExpression *parent, const QgsExpressionContext *context );
1140
1140
virtual QString dump() const;
Original file line number Diff line number Diff line change @@ -1180,7 +1180,7 @@ class CORE_EXPORT QgsExpression
1180
1180
// ! The name of the column.
1181
1181
QString name () const { return mName ; }
1182
1182
1183
- virtual NodeType nodeType () const override { return ntColumnRef; }
1183
+ virtual QgsExpression:: NodeType nodeType () const override { return ntColumnRef; }
1184
1184
virtual bool prepare ( QgsExpression *parent, const QgsExpressionContext *context ) override ;
1185
1185
virtual QVariant eval ( QgsExpression *parent, const QgsExpressionContext *context ) override ;
1186
1186
virtual QString dump () const override ;
You can’t perform that action at this time.
0 commit comments