mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-17 17:15:18 -04:00
Clear m_EMECall when Cabrillo log is reset.
This commit is contained in:
parent
3c3d3ebf3a
commit
2d7b76ff03
@ -7504,6 +7504,7 @@ void MainWindow::on_reset_cabrillo_log_action_triggered ()
|
|||||||
if(m_config.RTTY_Exchange()!="SCC") ui->sbSerialNumber->setValue(1);
|
if(m_config.RTTY_Exchange()!="SCC") ui->sbSerialNumber->setValue(1);
|
||||||
m_logBook.contest_log ()->reset ();
|
m_logBook.contest_log ()->reset ();
|
||||||
m_activeCall.clear(); //Erase the QMap of active calls
|
m_activeCall.clear(); //Erase the QMap of active calls
|
||||||
|
m_EMECall.clear(); //ditto for EME calls
|
||||||
m_score=0;
|
m_score=0;
|
||||||
if (m_ActiveStationsWidget) m_ActiveStationsWidget->setScore(0);
|
if (m_ActiveStationsWidget) m_ActiveStationsWidget->setScore(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user