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:
Bill Somerville 2015-06-12 19:03:37 +00:00
parent 0044f9a8c7
commit 3df86ef17e
2 changed files with 1 additions and 2 deletions

View File

@ -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},

View File

@ -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;