mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
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:
parent
c55db678a2
commit
c6bb097245
@ -7250,6 +7250,7 @@ void MainWindow::on_pbFoxReset_clicked()
|
|||||||
{
|
{
|
||||||
ui->textBrowser4->setText("");
|
ui->textBrowser4->setText("");
|
||||||
m_houndQueue.clear();
|
m_houndQueue.clear();
|
||||||
|
m_foxQSOqueue.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_comboBoxHoundSort_activated(int index)
|
void MainWindow::on_comboBoxHoundSort_activated(int index)
|
||||||
|
Loading…
Reference in New Issue
Block a user