cancel search when closing the window
This commit is contained in:
@@ -136,6 +136,7 @@ class FilterWidget(QWidget):
|
|||||||
|
|
||||||
def destruct(self):
|
def destruct(self):
|
||||||
# print("cleanup: ", self.tmpfilename)
|
# print("cleanup: ", self.tmpfilename)
|
||||||
|
self._cancel_search()
|
||||||
os.remove(self.tmpfilename)
|
os.remove(self.tmpfilename)
|
||||||
|
|
||||||
def _cancel_search(self):
|
def _cancel_search(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user