aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qrcodedialog.cpp
diff options
context:
space:
mode:
authorsje397 <sje397@gmail.com>2012-02-27 22:55:04 +1100
committersje397 <sje397@gmail.com>2012-05-12 00:13:13 +1000
commit0c587936c7f0bbab83c54f877f720dbf3387ef73 (patch)
tree506f436c3e13fefb83197c83e8e0debaa74e6b74 /src/qt/qrcodedialog.cpp
parent97521b5257046d62fee367ee79ef4b4133db3601 (diff)
downloadbitcoin-0c587936c7f0bbab83c54f877f720dbf3387ef73.tar.xz
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.cpp1
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);