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 22, 2013
1 parent 349a4c9 commit 2301c91
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/;
};

1 comment on commit 2301c91

@strk
Copy link
Contributor

@strk strk commented on 2301c91 Oct 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does "apply #8601" mean ?
Could authors/committers please ensure commit logs have a human-readable format ?
Thank you :)

Please sign in to comment.