Skip to content

Commit

Permalink
date time edit: reapply 718581f reverted by a8e292d
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 5, 2018
1 parent 4d9343a commit 8127c4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/gui/editorwidgets/qgsdatetimeedit.sip
Expand Up @@ -36,6 +36,9 @@ class QgsDateTimeEdit : QDateTimeEdit
void setEmpty();

protected:
virtual void fixup(QString & input) const;
virtual QValidator::State validate(QString &text, int &pos) const;

virtual void resizeEvent( QResizeEvent *event );

virtual void mousePressEvent( QMouseEvent *event );
Expand Down

0 comments on commit 8127c4c

Please sign in to comment.