From 910b58ace8dc9a4f6a6d91c8c162df5f0601b50c Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Mon, 20 Feb 2023 18:10:07 +0100 Subject: [PATCH] Don't allow any CQ extension when Q65 Pileup is active. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index ae09df60c..18605a09d 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5911,7 +5911,7 @@ void MainWindow::genCQMsg () QString t=ui->tx6->text(); QStringList tlist=t.split(" "); 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(2)==my_callsign ) and stdCall(my_callsign)) {