diff options
Diffstat (limited to 'src/qt/askpassphrasedialog.h')
| -rw-r--r-- | src/qt/askpassphrasedialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qt/askpassphrasedialog.h b/src/qt/askpassphrasedialog.h index 74d54d18f..34bf7ccb3 100644 --- a/src/qt/askpassphrasedialog.h +++ b/src/qt/askpassphrasedialog.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2013 The Bitcoin Core developers +// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -40,8 +40,9 @@ private: WalletModel *model; bool fCapsLock; -private slots: +private Q_SLOTS: void textChanged(); + void secureClearPassFields(); protected: bool event(QEvent *event); |