mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1e6ea48080
commit
54336c2841
@ -369,8 +369,13 @@ class Adder(QObject): # {{{
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
self._parent = None
|
self._parent = None
|
||||||
|
self.pd.setParent(None)
|
||||||
|
del self.pd
|
||||||
|
self.pd = None
|
||||||
if hasattr(self, 'db_adder'):
|
if hasattr(self, 'db_adder'):
|
||||||
self.db_adder.setParent(None)
|
self.db_adder.setParent(None)
|
||||||
|
del self.db_adder
|
||||||
|
self.db_adder = None
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user