Correct stop behavior when clicking send

This commit is contained in:
Jordan Sherer 2018-07-03 01:17:15 -04:00
parent 762f0fb3e1
commit 0a95c79f3a

View File

@ -2860,6 +2860,7 @@ void MainWindow::readFromStdout() //readFromStdout
{
while(proc_jt9.canReadLine()) {
QByteArray t=proc_jt9.readLine();
qDebug()<< QString(t);
if(m_mode=="FT8" and !m_config.bHound() and t.contains(";")) {
if(t.contains("<...>")) continue;
if(!m_bWarnedHound) {
@ -5149,6 +5150,7 @@ void MainWindow::on_startTxButton_toggled(bool checked)
startTx();
} else {
resetMessage();
stopTx();
}
/*