Separate out the final call to timer(), using new "all_done()" function.

This commit is contained in:
Joe Taylor
2024-01-15 13:22:45 -05:00
parent ff39abab58
commit ae1cf334e2
3 changed files with 17 additions and 8 deletions
+1 -2
View File
@@ -186,8 +186,7 @@ MainWindow::MainWindow(QWidget *parent) :
MainWindow::~MainWindow()
{
writeSettings();
int one=1;
q65c_(&one);
all_done_();
if (soundInThread.isRunning()) {
soundInThread.quit();