aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qvalidatedlineedit.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-22 17:06:37 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-22 17:06:37 +0200
commit73cd5e5212be7ff05f7205c1e7519af1cf01e322 (patch)
tree2afeb72a63b08600306182aef85bdea825231f42 /src/qt/qvalidatedlineedit.h
parent174b3eddc05f26abbc97a83027a4da9ba4114d57 (diff)
downloadbitcoin-73cd5e5212be7ff05f7205c1e7519af1cf01e322.tar.xz
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 9fc026fab1..f7b9486a6e 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);