diff options
author | sje397 <sje397@gmail.com> | 2012-02-27 22:55:04 +1100 |
---|---|---|
committer | sje397 <sje397@gmail.com> | 2012-05-12 00:13:13 +1000 |
commit | 0c587936c7f0bbab83c54f877f720dbf3387ef73 (patch) | |
tree | 506f436c3e13fefb83197c83e8e0debaa74e6b74 /src/qt/qrcodedialog.cpp | |
parent | 97521b5257046d62fee367ee79ef4b4133db3601 (diff) |
Add a menu option to verify a signed message
(Also move 'setAttribute(Qt::WA_DeleteOnClose)' out of QRCodeDialog)
Diffstat (limited to 'src/qt/qrcodedialog.cpp')
-rw-r--r-- | src/qt/qrcodedialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/qrcodedialog.cpp b/src/qt/qrcodedialog.cpp index d8e2007a2f..32e5462cee 100644 --- a/src/qt/qrcodedialog.cpp +++ b/src/qt/qrcodedialog.cpp @@ -15,7 +15,6 @@ QRCodeDialog::QRCodeDialog(const QString &addr, const QString &label, bool enabl { ui->setupUi(this); setWindowTitle(QString("%1").arg(address)); - setAttribute(Qt::WA_DeleteOnClose); ui->chkReqPayment->setVisible(enableReq); ui->lnReqAmount->setVisible(enableReq); |