Remove a station from the In Progress window after the QSO has been logged.

This commit is contained in:
Uwe Risse 2022-11-24 13:55:33 +01:00
parent a36a99997b
commit d3bcc2c6b4

View File

@ -9593,6 +9593,7 @@ list2Done:
on_logQSOButton_clicked ();
m_foxRateQueue.enqueue (now); //Add present time in seconds
//to Rate queue.
QTimer::singleShot (1000, [=] {m_foxQSOinProgress.removeOne(hc1);}); //Remove from In Progress window
}
m_loggedByFox[hc1] += (m_lastBand + " ");
}