mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-27 06:38:44 -05:00
Initialize m_tuneup to ensure halt Tx button behaves
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5601 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
5116e83bcd
commit
dc65f3ba21
@ -115,6 +115,7 @@ MainWindow::MainWindow(bool multiple, QSettings * settings, QSharedMemory *shdme
|
||||
m_currentMessageType {-1},
|
||||
m_lastMessageType {-1},
|
||||
m_uploading {false},
|
||||
m_tuneup {false},
|
||||
m_bSimplex {false},
|
||||
m_nonWSPRTab {-1},
|
||||
m_appDir {QApplication::applicationDirPath ()},
|
||||
@ -126,7 +127,6 @@ MainWindow::MainWindow(bool multiple, QSettings * settings, QSharedMemory *shdme
|
||||
m_bandEdited {false},
|
||||
m_splitMode {false},
|
||||
m_monitoring {false},
|
||||
|
||||
m_transmitting {false},
|
||||
m_tune {false},
|
||||
m_lastMonitoredFrequency {default_frequency},
|
||||
|
@ -368,7 +368,6 @@ private:
|
||||
QString m_currentMessage;
|
||||
int m_lastMessageType;
|
||||
QString m_lastMessageSent;
|
||||
bool m_runaway;
|
||||
bool m_bMultipleOK;
|
||||
bool m_lockTxFreq;
|
||||
bool m_tx2QSO;
|
||||
|
Loading…
Reference in New Issue
Block a user