BestSP calls New DXCC as well as New Call on Band.

This commit is contained in:
Joe Taylor 2019-04-08 12:52:23 -04:00
parent b6032277d0
commit 6e1d5ea1d8
1 changed files with 6 additions and 0 deletions

View File

@ -3116,6 +3116,12 @@ void MainWindow::readFromStdout() //readFromStdout
m_BestCQpriority="New Call on Band";
processMessage(decodedtext0);
}
if(messagePriority=="New DXCC"
and m_BestCQpriority!="New DXCC"
and m_BestCQpriority!="New Multiplier") {
m_BestCQpriority="New DXCC";
processMessage(decodedtext0);
}
}
}
}