diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-22 17:06:37 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-22 17:06:37 +0200 |
| commit | 73cd5e5212be7ff05f7205c1e7519af1cf01e322 (patch) | |
| tree | 2afeb72a63b08600306182aef85bdea825231f42 /src/qt/qvalidatedlineedit.h | |
| parent | one remove/delete icon is enough and the red minus better matches the add icon (diff) | |
| download | discoin-73cd5e5212be7ff05f7205c1e7519af1cf01e322.tar.xz discoin-73cd5e5212be7ff05f7205c1e7519af1cf01e322.zip | |
fix clear() (clear red/invalid status)
Diffstat (limited to 'src/qt/qvalidatedlineedit.h')
| -rw-r--r-- | src/qt/qvalidatedlineedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/qvalidatedlineedit.h b/src/qt/qvalidatedlineedit.h index 9fc026fab..f7b9486a6 100644 --- a/src/qt/qvalidatedlineedit.h +++ b/src/qt/qvalidatedlineedit.h @@ -10,6 +10,7 @@ class QValidatedLineEdit : public QLineEdit Q_OBJECT public: explicit QValidatedLineEdit(QWidget *parent = 0); + void clear(); protected: void focusInEvent(QFocusEvent *evt); |