Clean up several aspects of Q65-pileup operation.

This commit is contained in:
Joe Taylor
2023-03-02 14:10:18 -05:00
parent f15ad2b9a2
commit 77f14560ff
6 changed files with 22 additions and 34 deletions
+1 -1
View File
@@ -3790,7 +3790,7 @@ void MainWindow::callSandP2(int n)
n=qAbs(n)-1;
if(m_mode!="Q65" and m_ready2call[n]=="") return;
QStringList w=m_ready2call[n].split(' ', SkipEmptyParts);
if(m_mode=="Q65" and m_specOp==SpecOp::Q65_PILEUP and n <= m_callers->size()) {
if(m_mode=="Q65" and m_specOp==SpecOp::Q65_PILEUP and n < 40) {
// This code is for 6m EME DXpedition operator
w=m_callers[n].split(' ', SkipEmptyParts);
m_deCall=w[2];