From b299c8d5adb607ca2375103f3adb4d267501e08c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 3 Aug 2016 20:40:49 +0000 Subject: [PATCH] For now, remove the restrictions on use of QRA64 and MSK144. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6992 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 31861d98c..ec3bcf5a9 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -845,6 +845,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, } statusChanged(); +/* //### The following is temporary ### { QString t=m_config.my_callsign(); @@ -857,6 +858,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, ui->actionMSK144->setEnabled(false); } } //### +*/ m_wideGraph->setMode(m_mode); m_wideGraph->setModeTx(m_modeTx);