mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-18 21:58:34 -04:00
Remove the 'QMAP deciding finished' stuff, it was a bad idea.
This commit is contained in:
@@ -9637,7 +9637,6 @@ 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