aboutsummaryrefslogtreecommitdiff
path: root/src/qt/askpassphrasedialog.h
diff options
context:
space:
mode:
authorPavel Vasin <pavel@vasin.nl>2015-08-03 03:03:14 +0300
committerPavel Vasin <pavel@vasin.nl>2016-05-19 14:52:08 +0300
commit02ce2a3ca773e2d10ff37ecf50d15c71113f3335 (patch)
treea8cb0bb6087c502d51f6d4f62c33b302318129cd /src/qt/askpassphrasedialog.h
parent7771aa57bdd606a3b9b9020b59da9ff8832860b6 (diff)
downloadbitcoin-02ce2a3ca773e2d10ff37ecf50d15c71113f3335.tar.xz
qt: askpassphrasedialog: Clear pass fields on accept
This is usability improvement in a case if user gets re-asked passphrase. (e.g. made a typo)
Diffstat (limited to 'src/qt/askpassphrasedialog.h')
-rw-r--r--src/qt/askpassphrasedialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/askpassphrasedialog.h b/src/qt/askpassphrasedialog.h
index 727b5a1ada..34bf7ccb31 100644
--- a/src/qt/askpassphrasedialog.h
+++ b/src/qt/askpassphrasedialog.h
@@ -42,6 +42,7 @@ private:
private Q_SLOTS:
void textChanged();
+ void secureClearPassFields();
protected:
bool event(QEvent *event);