mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
BestSP calls New DXCC as well as New Call on Band.
This commit is contained in:
parent
b6032277d0
commit
6e1d5ea1d8
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user