mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Remove a station from the In Progress window after the QSO has been logged.
This commit is contained in:
parent
a36a99997b
commit
d3bcc2c6b4
@ -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 + " ");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user