We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 54fa1ce commit ff6b04bCopy full SHA for ff6b04b
python/core/qgsexpression.sip
@@ -136,8 +136,6 @@ class QgsExpression
136
137
static const QList<QgsExpression::FunctionDef> &BuiltinFunctions();
138
139
- static QList<QgsExpression::FunctionDef> specialColumns();
140
-
141
// tells whether the identifier is a name of existing function
142
static bool isFunctionName( QString name );
143
@@ -152,7 +150,7 @@ class QgsExpression
152
150
/**
153
151
* Returns a list of special Column definitions
154
*/
155
- static QList<FunctionDef> specialColumns();
+ static QList<QgsExpression::FunctionDef> specialColumns();
156
157
//! return quoted column reference (in double quotes)
158
static QString quotedColumnRef( QString name );
0 commit comments