Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apply #8601
  • Loading branch information
dodobas authored and jef-n committed Sep 24, 2013
1 parent aca7afa commit 6f9795b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/gui/qgsfieldvalidator.sip
Expand Up @@ -9,6 +9,8 @@ class QgsFieldValidator : QValidator
QgsFieldValidator( QObject *parent, const QgsField &field, QString dateFormat = "yyyy-MM-dd" );
~QgsFieldValidator();

virtual State validate( QString &, int & ) const;
virtual void fixup( QString & ) const;
virtual State validate(QString & /In,Out/, int & /In,Out/) const = 0 /API=QString:2 - /;
virtual State validate(QString & /Constrained/, int & /In,Out/) const = 0 /API=QString: - 2/;
virtual void fixup(QString &input /In,Out/) const /API=QString:2 - /;
virtual void fixup(QString & /Constrained/) const /API=QString: - 2/;
};

0 comments on commit 6f9795b

Please sign in to comment.