From 0a95c79f3ab351da23f51c9850e4f2b31034996e Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Tue, 3 Jul 2018 01:17:15 -0400 Subject: [PATCH] Correct stop behavior when clicking send --- mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 090f986..408ae70 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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(); } /*