mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b4b97a1c17
commit
51cc7275f3
@ -59,7 +59,7 @@ Settings = namedtuple('Settings', 'remove_all remove add au aus do_aus rating pu
|
||||
'remove_format do_swap_ta do_remove_conv do_auto_author series do_series_restart series_start_value '
|
||||
'do_title_case cover_action clear_series pubdate adddate do_title_sort languages clear_languages restore_original')
|
||||
|
||||
class MyBlockingBusyNew(QDialog):
|
||||
class MyBlockingBusyNew(QDialog): # {{{
|
||||
|
||||
all_done = pyqtSignal()
|
||||
|
||||
@ -267,7 +267,7 @@ class MyBlockingBusyNew(QDialog):
|
||||
if self.do_sr:
|
||||
for book_id in self.ids:
|
||||
self.s_r_func(book_id)
|
||||
|
||||
# }}}
|
||||
|
||||
class MyBlockingBusy(QDialog): # {{{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user