aboutsummaryrefslogtreecommitdiff
path: root/src/qt/askpassphrasedialog.h
diff options
context:
space:
mode:
authorThomas Snider <tjps636@gmail.com>2017-10-10 21:50:01 -0700
committerThomas Snider <tjps636@gmail.com>2017-10-18 13:22:30 -0700
commitff35de8f03274aede64e270bae7c6b359e740c93 (patch)
tree3c5e23d96d8b3cb4fa37d8cc336857c31011d5d2 /src/qt/askpassphrasedialog.h
parent5a9da37fb3f4b53f556e1d46509b94dc3c661d75 (diff)
downloadbitcoin-ff35de8f03274aede64e270bae7c6b359e740c93.tar.xz
[ui] Add toggle for unblinding password fields
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 34bf7ccb31..7c6acc4650 100644
--- a/src/qt/askpassphrasedialog.h
+++ b/src/qt/askpassphrasedialog.h
@@ -43,6 +43,7 @@ private:
private Q_SLOTS:
void textChanged();
void secureClearPassFields();
+ void toggleShowPassword(bool);
protected:
bool event(QEvent *event);