mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-19 06:08:35 -04:00
Distinguish between m_nTx30 and m_nTx60. Add "QMAP decoding finished" so Active Stations will update.
This commit is contained in:
@@ -9637,6 +9637,7 @@ void MainWindow::readWidebandDecodes()
|
||||
// Recover and parse each decoded line.
|
||||
QString line=QString::fromLatin1(qmapcom.result[m_fetched]);
|
||||
m_fetched++;
|
||||
if(m_fetched==qmapcom.ndecodes) break;
|
||||
nhr=line.mid(0,2).toInt();
|
||||
nmin=line.mid(2,2).toInt();
|
||||
nsec=line.mid(4,2).toInt();
|
||||
|
||||
Reference in New Issue
Block a user