From c6bb097245351500d36ef33c5ef041c4001d038d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 21 Feb 2018 17:45:38 +0000 Subject: [PATCH] Ensure that Fox calls CQ after hitting Reset. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8520 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1fdff7715..52474771e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -7250,6 +7250,7 @@ void MainWindow::on_pbFoxReset_clicked() { ui->textBrowser4->setText(""); m_houndQueue.clear(); + m_foxQSOqueue.clear(); } void MainWindow::on_comboBoxHoundSort_activated(int index)