mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 06:37:53 -04: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";
|
m_BestCQpriority="New Call on Band";
|
||||||
processMessage(decodedtext0);
|
processMessage(decodedtext0);
|
||||||
}
|
}
|
||||||
|
if(messagePriority=="New DXCC"
|
||||||
|
and m_BestCQpriority!="New DXCC"
|
||||||
|
and m_BestCQpriority!="New Multiplier") {
|
||||||
|
m_BestCQpriority="New DXCC";
|
||||||
|
processMessage(decodedtext0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user