mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
b2f10c99ca
commit
f36f367c1b
@ -259,6 +259,7 @@ class JobError(QDialog): # {{{
|
||||
|
||||
def __init__(self, gui):
|
||||
QDialog.__init__(self, gui)
|
||||
self.setAttribute(Qt.WA_DeleteOnClose, False)
|
||||
self.gui = gui
|
||||
self.queue = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user