Skip to content

Commit

Permalink
Fix QgsExpression SIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Sep 27, 2012
1 parent 54fa1ce commit ff6b04b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/core/qgsexpression.sip
Expand Up @@ -136,8 +136,6 @@ class QgsExpression

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

static QList<QgsExpression::FunctionDef> specialColumns();

// tells whether the identifier is a name of existing function
static bool isFunctionName( QString name );

Expand All @@ -152,7 +150,7 @@ class QgsExpression
/**
* Returns a list of special Column definitions
*/
static QList<FunctionDef> specialColumns();
static QList<QgsExpression::FunctionDef> specialColumns();

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

0 comments on commit ff6b04b

Please sign in to comment.