Remove the 'QMAP deciding finished' stuff, it was a bad idea.

This commit is contained in:
Joe Taylor
2023-12-11 10:51:50 -05:00
parent b0ea3a2eb5
commit c413ea2f14
4 changed files with 1 additions and 5 deletions
-1
View File
@@ -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();