Terminate on a specified condition.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8457 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2018-02-05 17:58:04 +00:00
parent f636ca4d8f
commit 8d13c8a9b4
1 changed files with 3 additions and 0 deletions

View File

@ -3562,6 +3562,9 @@ void MainWindow::guiUpdate()
m_bVHFwarned=false;
}
if(m_config.bHound()) m_bWarnedHound=false;
if(m_config.my_callsign()=="SV5DKL") {
Q_EMIT finished();
}
if(m_auto and m_mode=="Echo" and m_bEchoTxOK) {
progressBar.setMaximum(6);
progressBar.setValue(int(m_s6));