mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
84d8dc78c1
commit
d931ac2fe2
@ -152,6 +152,7 @@ class SearchDialog(QDialog, Ui_Dialog):
|
|||||||
|
|
||||||
def closeEvent(self, e):
|
def closeEvent(self, e):
|
||||||
self.model.closing()
|
self.model.closing()
|
||||||
|
self.search_pool.abort()
|
||||||
QDialog.closeEvent(self, e)
|
QDialog.closeEvent(self, e)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user