diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 31a8a0b29..27c41f610 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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 + " "); }