mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
32f1e11253
@ -187,10 +187,6 @@ class ListenerSignal(QObject):
|
|||||||
# signal. Creating the listener in BookInfo doesn't work because the
|
# signal. Creating the listener in BookInfo doesn't work because the
|
||||||
# weakref dies for some reason. Instead the BookInfo object connects to
|
# weakref dies for some reason. Instead the BookInfo object connects to
|
||||||
# this signal.
|
# this signal.
|
||||||
#
|
|
||||||
# As a side benefit we don't need to worry about unregistering the listener
|
|
||||||
# when the window is closed. Qt takes care of unregistering objects
|
|
||||||
# listening to the signal.
|
|
||||||
metadata_changed = pyqtSignal()
|
metadata_changed = pyqtSignal()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user