Skip to content

Exit Writer thread when mainwindow will close.

Jaewan Jeong requested to merge (removed):exit_thread into master

when the user click x button for quit program while writing iso file into USB, it shows popup "abort writing". So click abort, and close mainwindow . but writing thread still running. so, I patched codes to stop thread before destroy mainwindow.

I add a signal, "programWillExit" and emit this in closeEvent.

Merge request reports