1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-05 19:08:38 -04:00

Need to invoke m_psk_Reporter.sendReport().

This commit is contained in:
Joe Taylor 2022-12-22 15:44:38 -05:00
parent 954d35bd52
commit 92d7f7c7de

View File

@ -9248,6 +9248,10 @@ void MainWindow::readWidebandDecodes()
}
}
if (m_config.spot_to_psk_reporter ()) {
m_psk_Reporter.sendReport(); // Upload any queued spots
}
// Update "m_wEMECall" by reading q65w_decodes.txt
QMap<QString,EMECall>::iterator i;
QString t="";