From 08c7c3c51fad2ea4ca34490a6fcd7e7cf4db1eeb Mon Sep 17 00:00:00 2001 From: thomasv Date: Sat, 2 Mar 2013 13:27:44 +0100 Subject: [PATCH] fix --- gui/gui_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_qt.py b/gui/gui_qt.py index 11bcc95e..a75ae1b1 100644 --- a/gui/gui_qt.py +++ b/gui/gui_qt.py @@ -1489,7 +1489,7 @@ class ElectrumWindow(QMainWindow): dialog.exec_() @staticmethod - def show_qrcode(data, title = "QR code")): + def show_qrcode(data, title = "QR code"): if not data: return d = QDialog(None) d.setModal(1)