mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix(mainwindow): cancel all jobs on close
This commit is contained in:
+1
-2
@@ -464,8 +464,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
|
||||
event->ignore();
|
||||
return;
|
||||
}
|
||||
// FIXME
|
||||
// ExportManager::sharedInstance()->cancelAllJobs();
|
||||
IOManagerClient::sharedInstance()->cancelAllJobs();
|
||||
}
|
||||
|
||||
QMainWindow::closeEvent(event);
|
||||
|
||||
Reference in New Issue
Block a user