mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Minor cleanup.
This commit is contained in:
parent
00029c1910
commit
3fc2209d86
@ -3697,7 +3697,7 @@ void MainWindow::guiUpdate()
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
if(m_config.bHound()) {
|
if(m_config.bHound()) {
|
||||||
m_bWarnedHound=false;
|
// m_bWarnedHound=false;
|
||||||
qint32 tHound=QDateTime::currentMSecsSinceEpoch()/1000 - m_tAutoOn;
|
qint32 tHound=QDateTime::currentMSecsSinceEpoch()/1000 - m_tAutoOn;
|
||||||
//To keep calling Fox, Hound must reactivate Enable Tx at least once every 2 minutes
|
//To keep calling Fox, Hound must reactivate Enable Tx at least once every 2 minutes
|
||||||
if(tHound >= 120 and m_ntx==1) auto_tx_mode(false);
|
if(tHound >= 120 and m_ntx==1) auto_tx_mode(false);
|
||||||
|
@ -496,7 +496,6 @@ private:
|
|||||||
bool m_bAutoReply;
|
bool m_bAutoReply;
|
||||||
bool m_bCheckedContest;
|
bool m_bCheckedContest;
|
||||||
bool m_bWarnedSplit=false;
|
bool m_bWarnedSplit=false;
|
||||||
bool m_bWarnedHound=false;
|
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user