This commit is contained in:
thomasv 2013-03-02 13:27:44 +01:00
parent 53d03e9e34
commit 08c7c3c51f
1 changed files with 1 additions and 1 deletions

View File

@ -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)