mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:25:41 +02:00
...
This commit is contained in:
parent
d6377d5a45
commit
c1c5c8e676
1 changed files with 2 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ def enable_device_actions(self, enable, card_prefix=(None, None),
|
|||
|
||||
# }}}
|
||||
|
||||
class DeviceSignals(QObject):
|
||||
class DeviceSignals(QObject): # {{{
|
||||
#: This signal is emitted once, after metadata is downloaded from the
|
||||
#: connected device.
|
||||
#: The sequence: gui.device_manager.is_device_connected will become True,
|
||||
|
|
@ -614,6 +614,7 @@ class DeviceSignals(QObject):
|
|||
device_connection_changed = pyqtSignal(object)
|
||||
|
||||
device_signals = DeviceSignals()
|
||||
# }}}
|
||||
|
||||
class DeviceMixin(object): # {{{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue