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
This commit is contained in:
Joe Taylor 2018-02-21 17:45:38 +00:00
parent c55db678a2
commit c6bb097245

View File

@ -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)