mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
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:
parent
f636ca4d8f
commit
8d13c8a9b4
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user