1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Fixed job UI cancellation

It was broken since the modernization.
This commit is contained in:
Virgil Dupras
2013-08-03 18:33:35 -04:00
parent c93a88f8b0
commit 21c64545e5
2 changed files with 2 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ class ProgressWindow(QProgressDialog):
self.setAutoClose(False)
self._timer = QTimer()
self._timer.timeout.connect(self.model.pulse)
self.canceled.connect(self.model.cancel)
# --- Callbacks
def refresh(self): # Labels