Skip to content

Commit ff6b04b

Browse files
author
Hugo Mercier
committedSep 27, 2012
Fix QgsExpression SIP
1 parent 54fa1ce commit ff6b04b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎python/core/qgsexpression.sip

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ class QgsExpression
136136

137137
static const QList<QgsExpression::FunctionDef> &BuiltinFunctions();
138138

139-
static QList<QgsExpression::FunctionDef> specialColumns();
140-
141139
// tells whether the identifier is a name of existing function
142140
static bool isFunctionName( QString name );
143141

@@ -152,7 +150,7 @@ class QgsExpression
152150
/**
153151
* Returns a list of special Column definitions
154152
*/
155-
static QList<FunctionDef> specialColumns();
153+
static QList<QgsExpression::FunctionDef> specialColumns();
156154

157155
//! return quoted column reference (in double quotes)
158156
static QString quotedColumnRef( QString name );

0 commit comments

Comments
 (0)
Please sign in to comment.