mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 02:39:30 -04:00
Separate out the final call to timer(), using new "all_done()" function.
This commit is contained in:
+1
-2
@@ -186,8 +186,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
writeSettings();
|
||||
int one=1;
|
||||
q65c_(&one);
|
||||
all_done_();
|
||||
|
||||
if (soundInThread.isRunning()) {
|
||||
soundInThread.quit();
|
||||
|
||||
Reference in New Issue
Block a user