From 5f88f18f50e6c338261b1029e771532f0e542c39 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 7 Jul 2017 23:53:11 +0000 Subject: [PATCH] For 0000 UTC on July 8. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7812 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 069c781ce..165c854a6 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -881,11 +881,11 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, splashTimer.setSingleShot (true); splashTimer.start (20 * 1000); - ui->actionFT8->setEnabled(false); +// ui->actionFT8->setEnabled(false); if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "G3PQA") { ui->actionWSPR_LF->setEnabled(true); - ui->actionFT8->setEnabled(true); +// ui->actionFT8->setEnabled(true); } if(!ui->cbMenus->isChecked()) { ui->cbMenus->setChecked(true); @@ -4357,6 +4357,7 @@ void MainWindow::displayWidgets(int n) void MainWindow::on_actionFT8_triggered() { + /* if(m_config.my_callsign()!="K1JT" and m_config.my_callsign()!="K9AN" and m_config.my_callsign()!="G4WJS" and m_config.my_callsign()!="G3PQA") { MessageBox::warning_message (this, tr ("FT8 warning"), @@ -4364,6 +4365,7 @@ void MainWindow::on_actionFT8_triggered() on_actionJT9_JT65_triggered(); return; } + */ m_mode="FT8"; bool bVHF=false; displayWidgets(nWidgets("111010000000111000010000"));