aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qvalidatedlineedit.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2011-07-22 17:06:37 +0200
committerWladimir J. van der Laan <[email protected]>2011-07-22 17:06:37 +0200
commit73cd5e5212be7ff05f7205c1e7519af1cf01e322 (patch)
tree2afeb72a63b08600306182aef85bdea825231f42 /src/qt/qvalidatedlineedit.h
parentone remove/delete icon is enough and the red minus better matches the add icon (diff)
downloaddiscoin-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.h1
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);