mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-06 07:52:27 -04:00
Don't allow any CQ extension when Q65 Pileup is active.
This commit is contained in:
parent
1e96c8ae85
commit
910b58ace8
@ -5911,7 +5911,7 @@ void MainWindow::genCQMsg ()
|
|||||||
QString t=ui->tx6->text();
|
QString t=ui->tx6->text();
|
||||||
QStringList tlist=t.split(" ");
|
QStringList tlist=t.split(" ");
|
||||||
if((m_mode=="FT4" or m_mode=="FT8" or m_mode=="MSK144" || "Q65" == m_mode) and
|
if((m_mode=="FT4" or m_mode=="FT8" or m_mode=="MSK144" || "Q65" == m_mode) and
|
||||||
SpecOp::NONE != m_specOp and SpecOp::HOUND != m_specOp and
|
SpecOp::NONE != m_specOp and SpecOp::HOUND != m_specOp and SpecOp::Q65_PILEUP != m_specOp and
|
||||||
( tlist.at(1)==my_callsign or
|
( tlist.at(1)==my_callsign or
|
||||||
tlist.at(2)==my_callsign ) and
|
tlist.at(2)==my_callsign ) and
|
||||||
stdCall(my_callsign)) {
|
stdCall(my_callsign)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user