Fix unused variable warning

This commit is contained in:
Bill Somerville 2021-03-25 11:15:21 +00:00
parent 10867a1697
commit 7039a25869
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 2 deletions

View File

@ -5237,8 +5237,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
genStdMsgs (QString::number (ui->rptSpinBox->value ()));
}
if(m_transmitting) m_restart=true;
if (ui->cbAutoSeq->isVisible () && ui->cbAutoSeq->isChecked ()
&& !m_bDoubleClicked && m_mode!="FT4") {
if (auto_seq && !m_bDoubleClicked && m_mode!="FT4") {
return;
}
if(m_config.quick_call() && m_bDoubleClicked) auto_tx_mode(true);