Reset should clear m_houndQueue.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8513 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2018-02-20 17:11:50 +00:00
parent 063e173cf9
commit 0f5c3ce664
1 changed files with 1 additions and 0 deletions

View File

@ -7254,6 +7254,7 @@ void MainWindow::on_sbMax_dB_valueChanged(int n)
void MainWindow::on_pbFoxReset_clicked()
{
ui->textBrowser4->setText("");
m_houndQueue.clear();
}
void MainWindow::on_comboBoxHoundSort_activated(int index)