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/bitcoinamountfield.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/bitcoinamountfield.h')
| -rw-r--r-- | src/qt/bitcoinamountfield.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoinamountfield.h b/src/qt/bitcoinamountfield.h index 2a0ef4bd9..fd09ab2c9 100644 --- a/src/qt/bitcoinamountfield.h +++ b/src/qt/bitcoinamountfield.h @@ -18,6 +18,8 @@ public: void setText(const QString &text); QString text() const; + + void clear(); bool validate(); // Qt messes up the tab chain by default in some cases (issue http://bugreports.qt.nokia.com/browse/QTBUG-10907) // Hence we have to set it up manually |