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:
parent
954d35bd52
commit
92d7f7c7de
@ -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="";
|
||||
|
Loading…
Reference in New Issue
Block a user