mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 13:42:39 -04:00
With Q65-pileup active, remove a call from Active Stations when it has been logged.
This commit is contained in:
parent
898b4edcdb
commit
df3e922ed8
@ -6708,6 +6708,10 @@ void MainWindow::acceptQSO (QDateTime const& QSO_date_off, QString const& call,
|
|||||||
if(m_mode=="Q65") {
|
if(m_mode=="Q65") {
|
||||||
m_score++;
|
m_score++;
|
||||||
m_EMEworked[call]=true;
|
m_EMEworked[call]=true;
|
||||||
|
if(m_specOp==SpecOp::Q65_PILEUP) {
|
||||||
|
rm_q3list_(const_cast<char *> (m_deCall.toLatin1().constData()), m_deCall.size());
|
||||||
|
refreshPileupList();
|
||||||
|
}
|
||||||
m_ActiveStationsWidget->setRate(m_score);
|
m_ActiveStationsWidget->setRate(m_score);
|
||||||
} else {
|
} else {
|
||||||
QString band=m_config.bands()->find(dial_freq);
|
QString band=m_config.bands()->find(dial_freq);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user