diff --git a/mainwindow.cpp b/mainwindow.cpp index 2330eeb..981a5bf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4509,7 +4509,8 @@ void MainWindow::guiUpdate() m_currentMessage = QString::fromLatin1(msgsent); m_currentMessageBits = msgibits; - if(TEST_FOX_WAVE_GEN && ui->turboButton->isChecked()) { +#if TEST_FOX_WAVE_GEN + if(ui->turboButton->isChecked()) { foxcom_.nslots=1; @@ -4536,11 +4537,9 @@ void MainWindow::guiUpdate() foxgen_(); } +#endif } - //m_currentMessage = QString::fromLatin1(msgsent); - //m_currentMessageBits = msgibits; - m_bCallingCQ = CALLING == m_QSOProgress || m_currentMessage.contains (QRegularExpression {"^(CQ|QRZ) "}); if(m_mode=="FT8") {