mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 10:34:21 -04:00
Added 3 missing files to lib/CMakeLists.txt
Added code to flush any queued spots to PSKReporter prior to a band change. This should prevent spots being reported on a wrong band. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3647 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -2638,6 +2638,9 @@ void MainWindow::on_bandComboBox_activated(int index)
|
||||
int ret=0;
|
||||
QString rt;
|
||||
|
||||
// Upload any queued spots before changing band
|
||||
psk_Reporter->sendReport();
|
||||
|
||||
m_band=index;
|
||||
QString t=m_dFreq[index];
|
||||
m_dialFreq=t.toDouble();
|
||||
|
||||
Reference in New Issue
Block a user