mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-01 22:32:26 -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
|
// Update "m_wEMECall" by reading q65w_decodes.txt
|
||||||
QMap<QString,EMECall>::iterator i;
|
QMap<QString,EMECall>::iterator i;
|
||||||
QString t="";
|
QString t="";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user