mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
1bd5231555
commit
d247ad7b0b
@ -148,7 +148,6 @@ class ViewLog(QDialog): # {{{
|
|||||||
QApplication.clipboard().setText(txt)
|
QApplication.clipboard().setText(txt)
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
||||||
_proceed_memory = []
|
_proceed_memory = []
|
||||||
|
|
||||||
class ProceedNotification(MessageBox): # {{{
|
class ProceedNotification(MessageBox): # {{{
|
||||||
@ -206,7 +205,6 @@ class ProceedNotification(MessageBox): # {{{
|
|||||||
_proceed_memory.remove(self)
|
_proceed_memory.remove(self)
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
||||||
class ErrorNotification(MessageBox): # {{{
|
class ErrorNotification(MessageBox): # {{{
|
||||||
|
|
||||||
def __init__(self, html_log, log_viewer_title, title, msg,
|
def __init__(self, html_log, log_viewer_title, title, msg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user